#042412

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

Shades of Dark Green #042412

Tints of Dark Green #042412

Color information

#042412 (or 0x042412) is unknown color: approx Dark Green. HEX triplet: 04, 24 and 12. RGB value is (4,36,18). Sum of RGB (Red+Green+Blue) = 4+36+18=58 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.90% from 58); Green value is 36 (14.45% from 255 or 62.07% from 58); Blue value is 18 (7.42% from 255 or 31.03% from 58); Max value from RGB is 36 - color contains mainly: green. Hex color #042412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042412 is #FBDBED. Grayscale: #181818. Windows color (decimal): -16505838 or 1188868. OLE color: 1188868.

HSL color Cylindrical-coordinate representation of color #042412: hue angle of 146.25º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #042412 is Cyan = 0.89, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.86.

Color convert

RGB43618-
CMYK0.8900.50.86
HSL146.25º80%7.84%-
HSV(B)146.25º88.89%14.12%-
XYZ0.791.330.79-
YUV24.38124.4113.46-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.90%
GREEN value IS 36 (14.45% from 255) = 62.07%
BLUE value IS 18 (7.42% from 255) = 31.03%
R=6.90%
G=62.07%
B=31.03%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal436180.8900.50.86146.25807.84
Hex42412590325692508
Octal4442213106212622212010
Binary100100100100101011001011001010101101001001010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042412; }

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

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

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

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

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

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

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

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