#042E1D

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

Shades of Dark Green #042E1D

Tints of Dark Green #042E1D

Color information

#042E1D (or 0x042E1D) is unknown color: approx Dark Green. HEX triplet: 04, 2E and 1D. RGB value is (4,46,29). Sum of RGB (Red+Green+Blue) = 4+46+29=79 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.06% from 79); Green value is 46 (18.36% from 255 or 58.23% from 79); Blue value is 29 (11.72% from 255 or 36.71% from 79); Max value from RGB is 46 - color contains mainly: green. Hex color #042E1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042E1D is #FBD1E2. Grayscale: #1F1F1F. Windows color (decimal): -16503267 or 1912324. OLE color: 1912324.

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

Color convert

RGB44629-
CMYK0.9100.370.82
HSL155.71º84%9.8%-
HSV(B)155.71º91.3%18.04%-
XYZ1.252.071.5-
YUV31.5126.59108.38-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.06%
GREEN value IS 46 (18.36% from 255) = 58.23%
BLUE value IS 29 (11.72% from 255) = 36.71%
R=5.06%
G=58.23%
B=36.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal446290.9100.370.82155.71849.8
Hex42E1D5B025529c54a
Octal4563513304512223412412
Binary100101110111011011011010010110100101001110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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