#042012

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

Shades of Dark Green #042012

Tints of Dark Green #042012

Color information

#042012 (or 0x042012) is unknown color: approx Dark Green. HEX triplet: 04, 20 and 12. RGB value is (4,32,18). Sum of RGB (Red+Green+Blue) = 4+32+18=54 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.41% from 54); Green value is 32 (12.89% from 255 or 59.26% from 54); Blue value is 18 (7.42% from 255 or 33.33% from 54); Max value from RGB is 32 - color contains mainly: green. Hex color #042012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042012 is #FBDFED. Grayscale: #161616. Windows color (decimal): -16506862 or 1187844. OLE color: 1187844.

HSL color Cylindrical-coordinate representation of color #042012: hue angle of 150º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #042012 is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.87.

Color convert

RGB43218-
CMYK0.8700.440.87
HSL150º77.78%7.06%-
HSV(B)150º87.5%12.55%-
XYZ0.681.10.75-
YUV22.03125.72115.14-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.41%
GREEN value IS 32 (12.89% from 255) = 59.26%
BLUE value IS 18 (7.42% from 255) = 33.33%
R=7.41%
G=59.26%
B=33.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal432180.8700.440.8715077.787.06
Hex420125702C57964e7
Octal440221270541272261167
Binary10010000010010101011101011001010111100101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042012; }

 p { color: rgb(4,32,18); }

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

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

 a { background-color: rgb(4,32,18); }

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

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

 span { border-color: rgb(4,32,18); }

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