#042E13

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

Shades of Dark Green #042E13

Tints of Dark Green #042E13

Color information

#042E13 (or 0x042E13) is unknown color: approx Dark Green. HEX triplet: 04, 2E and 13. RGB value is (4,46,19). Sum of RGB (Red+Green+Blue) = 4+46+19=69 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.80% from 69); Green value is 46 (18.36% from 255 or 66.67% from 69); Blue value is 19 (7.81% from 255 or 27.54% from 69); Max value from RGB is 46 - color contains mainly: green. Hex color #042E13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042E13 is #FBD1EC. Grayscale: #1E1E1E. Windows color (decimal): -16503277 or 1256964. OLE color: 1256964.

HSL color Cylindrical-coordinate representation of color #042E13: hue angle of 141.43º 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 #042E13 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.82.

Color convert

RGB44619-
CMYK0.9100.590.82
HSL141.43º84%9.8%-
HSV(B)141.43º91.3%18.04%-
XYZ1.142.030.95-
YUV30.36121.59109.2-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.80%
GREEN value IS 46 (18.36% from 255) = 66.67%
BLUE value IS 19 (7.81% from 255) = 27.54%
R=5.80%
G=66.67%
B=27.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal446190.9100.590.82141.43849.8
Hex42E135B03B528d54a
Octal4562313307312221512412
Binary100101110100111011011011101110100101000110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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