COLOR #01512A

HEX: #01512A
RGB: (1,81,42)

Color info

#01512A contains mainly green and blue colors. Web safe color of #01512A is #006633 (or #063).

RGB color model

#01512A color RGB value is (1,81,42).

  • red value is 1;
  • green value is 81;
  • blue value is 42.
RGB:
(1,81,42)
(0%,32%,16%)

RGB channels and saturation

R 1 of 255 = 0%
G 81 of 255 = 32%
B 42 of 255 = 16%

1
81
42

R + G + B ~ 16%. #01512A is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 81 + 42 = 124 (100%)
R 1 of 124 ~ 0.81%
G 81 of 124 ~ 65.32%
B 42 of 124 ~ 33.87%

%65.32
%33.87

CMYK color model

#01512A color CMYK value is (99,0,48,68).

  • cyan value is 98.77%
  • magenta value is 0.00%
  • yellow value is 48.15%
  • key color value is 68.24%
CMYK:
(99,0,48,68)
C99M0Y48K68 
(99%,0%,48%,68%)
(0.99/0.00/0.48/0.68)	

CMYK percentages

%98.77
%0
%48.15
%68.24

Codes

Color #01512A in popluar color models

01512A
RGB18142
HSL151°97.56%16.08%
HSB/HSV151°98.77%31.76%
CMYK98.77%0.00%48.15%
68.24%

Color #01512A in popluar number systems.

HEX01512A
Decimal18142
Binary11010001101010
Octal112152

Shades and tints

Shades of #01512A

#01512A
(1,81,42)
#014A27
(1,74,39)
#014324
(1,67,36)
#013C21
(1,60,33)
#01351E
(1,53,30)
#012E1B
(1,46,27)
#012718
(1,39,24)
#012015
(1,32,21)
#011912
(1,25,18)
#01120F
(1,18,15)
#010B0C
(1,11,12)
#000000
(0,0,0)

Tints of #01512A

#01512A
(1,81,42)
#18603D
(24,96,61)
#2F6F50
(47,111,80)
#467E63
(70,126,99)
#5D8D76
(93,141,118)
#749C89
(116,156,137)
#8BAB9C
(139,171,156)
#A2BAAF
(162,186,175)
#B9C9C2
(185,201,194)
#D0D8D5
(208,216,213)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01512A color. Also use rgb(1,81,42) instead hex code.

Text Font Color

.myTextColor { color: #01512A; }

<p style="color:#01512A">This sample text font color is #01512A.</p>

This text font color is #01512A.


Background Color

.myBgColor { background-color: #01512A; }

<div style="background-color:#01512A">Inner text</div>

This div background color is #01512A.


Border color

.myBorderColor { border: 1px solid #01512A; }

<div style="border:3px solid #01512A">Div</div>

This div border color is #01512A.


Opacity

.myOpacity80 { color: #01512A; opacity: 0.8; }

<p style="color:#01512A;opacity:0.8;">80%</p>

Text with #01512A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #01512A;}

<p style="text-shadow: 3px 3px 1px #01512A">Text here.</p>

This text has shadow with #01512A color.

.textShadow {text-shadow: 3px 3px 1px #01512A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #01512A, 5px 5px 20px red">Text here.</p>

This text has shadow with #01512A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#01512A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#01512A, Direction=45, Strength=4)">Text</p>

This text has shadow with #01512A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #01512A;
  -webkit-box-shadow:	1px 1px 3px 2px #01512A;
  box-shadow:		1px 1px 3px 2px #01512A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #01512A;
-webkit-box-shadow: 1px 1px 3px 2px #01512A;
box-shadow:1px 1px 3px 2px #01512A;">
Div content here</div>
This div box has shadow with color #01512A.

Preview

Color preview on black background

This text has color #01512A on black background.


Color preview on white background

This text has color #01512A on white background.



Black color preview on #01512A background

This text has black color on #01512A background.


White color preview on #01512A background

This text has white color on #01512A background.