#021912

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

Shades of Dark Green #021912

Tints of Dark Green #021912

Color information

#021912 (or 0x021912) is unknown color: approx Dark Green. HEX triplet: 02, 19 and 12. RGB value is (2,25,18). Sum of RGB (Red+Green+Blue) = 2+25+18=45 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.44% from 45); Green value is 25 (10.16% from 255 or 55.56% from 45); Blue value is 18 (7.42% from 255 or 40% from 45); Max value from RGB is 25 - color contains mainly: green. Hex color #021912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021912 is #FDE6ED. Grayscale: #111111. Windows color (decimal): -16639726 or 1186050. OLE color: 1186050.

HSL color Cylindrical-coordinate representation of color #021912: hue angle of 161.74º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #021912 is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.90.

Color convert

RGB22518-
CMYK0.9200.280.90
HSL161.74º85.19%5.29%-
HSV(B)161.74º92%9.8%-
XYZ0.480.750.69-
YUV17.32128.38117.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.44%
GREEN value IS 25 (10.16% from 255) = 55.56%
BLUE value IS 18 (7.42% from 255) = 40%
R=4.44%
G=55.56%
B=40%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal225180.9200.280.90161.7485.195.29
Hex219125C01C5Aa2555
Octal231221340341322421255
Binary10110011001010111000111001011010101000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021912; }

 p { color: rgb(2,25,18); }

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

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

 a { background-color: rgb(2,25,18); }

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

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

 span { border-color: rgb(2,25,18); }

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