Shades of Dark Green #04200C
Tints of Dark Green #04200C
RGB
CMYK
RGB Variations
Color information
#04200C (or 0x04200C) is known color: 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
| RGB | 4 | 32 | 12 | - |
| CMYK | 0.87 | 0 | 0.63 | 0.87 |
| HSL | 137.14º | 0.78% | 0.07% | - |
| HSV(B) | 137.14º | 0.88% | 0.13% | - |
| XYZ | 0.63 | 1.09 | 0.52 | - |
| YUV | 21.35 | 122.72 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 32 | 12 | 0.87 | 0 | 0.63 | 0.87 | 137.14 | 0.78 | 0.07 |
| Hex | 4 | 20 | C | 57 | 0 | 3F | 57 | 89 | 4E | 7 |
| Octal | 4 | 40 | 14 | 127 | 0 | 77 | 127 | 211 | 116 | 7 |
| Binary | 100 | 100000 | 1100 | 1010111 | 0 | 111111 | 1010111 | 10001001 | 1001110 | 111 |
Color Harmonies of #04200C
Complementary color
Monochromatic Colors of #04200C
Black with #04200C
Text Example
Text Example
White with #04200C
Text Example
Text Example
HTML Codes & Css Web 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>