#042E12

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

Shades of Dark Green #042E12

Tints of Dark Green #042E12

Color information

#042E12 (or 0x042E12) is unknown color: approx Dark Green. HEX triplet: 04, 2E and 12. RGB value is (4,46,18). Sum of RGB (Red+Green+Blue) = 4+46+18=68 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.88% from 68); Green value is 46 (18.36% from 255 or 67.65% from 68); Blue value is 18 (7.42% from 255 or 26.47% from 68); Max value from RGB is 46 - color contains mainly: green. Hex color #042E12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042E12 is #FBD1ED. Grayscale: #1E1E1E. Windows color (decimal): -16503278 or 1191428. OLE color: 1191428.

HSL color Cylindrical-coordinate representation of color #042E12: hue angle of 140º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #042E12 is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.82.

Color convert

RGB44618-
CMYK0.9100.610.82
HSL140º84%9.8%-
HSV(B)140º91.3%18.04%-
XYZ1.142.020.9-
YUV30.25121.09109.28-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.88%
GREEN value IS 46 (18.36% from 255) = 67.65%
BLUE value IS 18 (7.42% from 255) = 26.47%
R=5.88%
G=67.65%
B=26.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal446180.9100.610.82140849.8
Hex42E125B03D528c54a
Octal4562213307512221412412
Binary100101110100101011011011110110100101000110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042E12; }

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

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

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

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

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

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

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

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