#04200C

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

Shades of Dark Green #04200C

Tints of Dark Green #04200C

Color information

#04200C (or 0x04200C) is unknown color: approx Dark Green. HEX triplet: 04, 20 and 0C. RGB value is (4,32,12). Sum of RGB (Red+Green+Blue) = 4+32+12=48 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.33% from 48); Green value is 32 (12.89% from 255 or 66.67% from 48); Blue value is 12 (5.08% from 255 or 25% from 48); Max value from RGB is 32 - color contains mainly: green. Hex color #04200C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04200C is #FBDFF3. Grayscale: #151515. Windows color (decimal): -16506868 or 794628. OLE color: 794628.

HSL color Cylindrical-coordinate representation of color #04200C: hue angle of 137.14º 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 #04200C is Cyan = 0.87, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.87.

Color convert

RGB43212-
CMYK0.8700.630.87
HSL137.14º77.78%7.06%-
HSV(B)137.14º87.5%12.55%-
XYZ0.631.090.52-
YUV21.35122.72115.63-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 8.33%
GREEN value IS 32 (12.89% from 255) = 66.67%
BLUE value IS 12 (5.08% from 255) = 25%
R=8.33%
G=66.67%
B=25%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal432120.8700.630.87137.1477.787.06
Hex420C5703F57894e7
Octal440141270771272111167
Binary1001000001100101011101111111010111100010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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