#01211E

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

Shades of Dark Green #01211E

Tints of Dark Green #01211E

Color information

#01211E (or 0x01211E) is unknown color: approx Dark Green. HEX triplet: 01, 21 and 1E. RGB value is (1,33,30). Sum of RGB (Red+Green+Blue) = 1+33+30=64 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.56% from 64); Green value is 33 (13.28% from 255 or 51.56% from 64); Blue value is 30 (12.11% from 255 or 46.88% from 64); Max value from RGB is 33 - color contains mainly: green. Hex color #01211E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01211E is #FEDEE1. Grayscale: #171717. Windows color (decimal): -16703202 or 1974529. OLE color: 1974529.

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

Color convert

RGB13330-
CMYK0.9700.090.87
HSL174.38º94.12%6.67%-
HSV(B)174.38º96.97%12.94%-
XYZ0.791.191.42-
YUV23.09131.9112.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.56%
GREEN value IS 33 (13.28% from 255) = 51.56%
BLUE value IS 30 (12.11% from 255) = 46.88%
R=1.56%
G=51.56%
B=46.88%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal133300.9700.090.87174.3894.126.67
Hex1211E610957ae5e7
Octal141361410111272561367
Binary1100001111101100001010011010111101011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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