#04200E

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

Shades of Dark Green #04200E

Tints of Dark Green #04200E

Color information

#04200E (or 0x04200E) is unknown color: approx Dark Green. HEX triplet: 04, 20 and 0E. RGB value is (4,32,14). Sum of RGB (Red+Green+Blue) = 4+32+14=50 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8% from 50); Green value is 32 (12.89% from 255 or 64% from 50); Blue value is 14 (5.86% from 255 or 28% from 50); Max value from RGB is 32 - color contains mainly: green. Hex color #04200E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04200E is #FBDFF1. Grayscale: #151515. Windows color (decimal): -16506866 or 925700. OLE color: 925700.

HSL color Cylindrical-coordinate representation of color #04200E: hue angle of 141.43º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #04200E is Cyan = 0.87, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.87.

Color convert

RGB43214-
CMYK0.8700.560.87
HSL141.43º77.78%7.06%-
HSV(B)141.43º87.5%12.55%-
XYZ0.651.090.59-
YUV21.58123.72115.46-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 8%
GREEN value IS 32 (12.89% from 255) = 64%
BLUE value IS 14 (5.86% from 255) = 28%
R=8%
G=64%
B=28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal432140.8700.560.87141.4377.787.06
Hex420E57038578d4e7
Octal440161270701272151167
Binary1001000001110101011101110001010111100011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04200E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04200E; }

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

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

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

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

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

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

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

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