#042820

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

Shades of Dark Green #042820

Tints of Dark Green #042820

Color information

#042820 (or 0x042820) is unknown color: approx Dark Green. HEX triplet: 04, 28 and 20. RGB value is (4,40,32). Sum of RGB (Red+Green+Blue) = 4+40+32=76 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.26% from 76); Green value is 40 (16.02% from 255 or 52.63% from 76); Blue value is 32 (12.89% from 255 or 42.11% from 76); Max value from RGB is 40 - color contains mainly: green. Hex color #042820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042820 is #FBD7DF. Grayscale: #1C1C1C. Windows color (decimal): -16504800 or 2107396. OLE color: 2107396.

HSL color Cylindrical-coordinate representation of color #042820: hue angle of 166.67º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #042820 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB44032-
CMYK0.9000.200.84
HSL166.67º81.82%8.63%-
HSV(B)166.67º90%15.69%-
XYZ1.071.651.63-
YUV28.32130.07110.65-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.26%
GREEN value IS 40 (16.02% from 255) = 52.63%
BLUE value IS 32 (12.89% from 255) = 42.11%
R=5.26%
G=52.63%
B=42.11%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal440320.9000.200.84166.6781.828.63
Hex428205A01454a7529
Octal4504013202412424712211
Binary100101000100000101101001010010101001010011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042820; }

 p { color: rgb(4,40,32); }

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

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

 a { background-color: rgb(4,40,32); }

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

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

 span { border-color: rgb(4,40,32); }

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