Html Css Color HEX #01211D Dark Green

📋 copy color: '#01211D'

red 1 ◦ green 33 ◦ blue 29

#01211D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #01211D

Tints of Dark Green #01211D

RGB

 RED value IS 1 (0.78% from 255) = 1.59%

 GREEN value IS 33 (13.28% from 255) = 52.38%

 BLUE value IS 29 (11.72% from 255) = 46.03%

R = 1.59%
G = 52.38%
B = 46.03%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.12

 K value IS 0.87

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#01211D (or 0x01211D) is known color: Dark Green. HEX triplet: 01, 21 and 1D. RGB value is (1,33,29). Sum of RGB (Red+Green+Blue) = 1+33+29=63 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.59% from 63); Green value is 33 (13.28% from 255 or 52.38% from 63); Blue value is 29 (11.72% from 255 or 46.03% from 63); Max value from RGB is 33 - color contains mainly: green. Hex color #01211D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01211D is #FEDEE2. Grayscale: #161616. Windows color (decimal): -16703203 or 1908993. OLE color: 1908993.

HSL color Cylindrical-coordinate representation of color #01211D: hue angle of 172.5º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01211D is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB 1 33 29 -
CMYK 0.97 0 0.12 0.87
HSL 172.5º 0.94% 0.07% -
HSV(B) 172.5º 0.97% 0.13% -
XYZ 0.78 1.18 1.35 -
YUV 22.98 131.4 112.33 -
System Red Green Blue C M Y K H S L
Decimal 1 33 29 0.97 0 0.12 0.87 172.5 0.94 0.07
Hex 1 21 1D 61 0 C 57 AC 5E 7
Octal 1 41 35 141 0 14 127 254 136 7
Binary 1 100001 11101 1100001 0 1100 1010111 10101100 1011110 111

Color Harmonies of #01211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01211D

Black with #01211D

Text Example


Text Example

White with #01211D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01211D; }

 p { color: rgb(1,33,29); }

 H1.HeaderClassName
 {
   color: #01211D;
 }
 .AnyTagClassName
 {
   color: #01211D;
 }
</style>

background-color css

<style>
 a { background-color: #01211D; }

 a { background-color: rgb(1,33,29); }

 div.DivClassName
 {
   background-color: #01211D;
 }
 .BgClassName
 {
   background-color: #01211D;
 }
</style>

border-color css

<style>
 span { border-color: #01211D; }

 span { border-color: rgb(1,33,29); }

 td.TdClassName
 {
   border-color: #01211D;
 }
 .TagClassName
 {
   border-color: #01211D;
 }
</style>