#042D2C

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

Shades of Dark Green #042D2C

Tints of Dark Green #042D2C

Color information

#042D2C (or 0x042D2C) is unknown color: approx Dark Green. HEX triplet: 04, 2D and 2C. RGB value is (4,45,44). Sum of RGB (Red+Green+Blue) = 4+45+44=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 45 (17.97% from 255 or 48.39% from 93); Blue value is 44 (17.58% from 255 or 47.31% from 93); Max value from RGB is 45 - color contains mainly: green. Hex color #042D2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042D2C is #FBD2D3. Grayscale: #202020. Windows color (decimal): -16503508 or 2895108. OLE color: 2895108.

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

Color convert

RGB44544-
CMYK0.9100.020.82
HSL178.54º83.67%9.61%-
HSV(B)178.54º91.11%17.65%-
XYZ1.442.082.71-
YUV32.63134.42107.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.30%
GREEN value IS 45 (17.97% from 255) = 48.39%
BLUE value IS 44 (17.58% from 255) = 47.31%
R=4.30%
G=48.39%
B=47.31%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal445440.9100.020.82178.5483.679.61
Hex42D2C5B0252b354a
Octal455541330212226312412
Binary100101101101100101101101010100101011001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,45,44); }

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

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

 a { background-color: rgb(4,45,44); }

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

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

 span { border-color: rgb(4,45,44); }

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