#01211C

Color #01211C Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #01211C

Tints of Dark Green #01211C

Color information

#01211C (or 0x01211C) is unknown color: approx Dark Green. HEX triplet: 01, 21 and 1C. RGB value is (1,33,28). Sum of RGB (Red+Green+Blue) = 1+33+28=62 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.61% from 62); Green value is 33 (13.28% from 255 or 53.23% from 62); Blue value is 28 (11.33% from 255 or 45.16% from 62); Max value from RGB is 33 - color contains mainly: green. Hex color #01211C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01211C is #FEDEE3. Grayscale: #161616. Windows color (decimal): -16703204 or 1843457. OLE color: 1843457.

HSL color Cylindrical-coordinate representation of color #01211C: hue angle of 170.62º 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 #01211C is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB13328-
CMYK0.9700.150.87
HSL170.62º94.12%6.67%-
HSV(B)170.62º96.97%12.94%-
XYZ0.771.181.29-
YUV22.86130.9112.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.61%
GREEN value IS 33 (13.28% from 255) = 53.23%
BLUE value IS 28 (11.33% from 255) = 45.16%
R=1.61%
G=53.23%
B=45.16%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal133280.9700.150.87170.6294.126.67
Hex1211C610F57ab5e7
Octal141341410171272531367
Binary1100001111001100001011111010111101010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01211C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01211C;
 }
 .AnyTagClassName
 {
   color: #01211C;
 }
</style>
background-color css

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

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

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

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

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

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