Shades of Dark Green #04281C
Tints of Dark Green #04281C
RGB
CMYK
RGB Variations
Color information
#04281C (or 0x04281C) is known color: Dark Green. HEX triplet: 04, 28 and 1C. RGB value is (4,40,28). Sum of RGB (Red+Green+Blue) = 4+40+28=72 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.56% from 72); Green value is 40 (16.02% from 255 or 55.56% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 40 - color contains mainly: green. Hex color #04281C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04281C is #FBD7E3. Grayscale: #1B1B1B. Windows color (decimal): -16504804 or 1845252. OLE color: 1845252.
HSL color Cylindrical-coordinate representation of color #04281C: hue angle of 160º 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 #04281C is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 4 | 40 | 28 | - |
| CMYK | 0.90 | 0 | 0.30 | 0.84 |
| HSL | 160º | 0.82% | 0.09% | - |
| HSV(B) | 160º | 0.9% | 0.16% | - |
| XYZ | 1.02 | 1.63 | 1.36 | - |
| YUV | 27.87 | 128.07 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 40 | 28 | 0.90 | 0 | 0.30 | 0.84 | 160 | 0.82 | 0.09 |
| Hex | 4 | 28 | 1C | 5A | 0 | 1E | 54 | A0 | 52 | 9 |
| Octal | 4 | 50 | 34 | 132 | 0 | 36 | 124 | 240 | 122 | 11 |
| Binary | 100 | 101000 | 11100 | 1011010 | 0 | 11110 | 1010100 | 10100000 | 1010010 | 1001 |
Color Harmonies of #04281C
Complementary color
Monochromatic Colors of #04281C
Black with #04281C
Text Example
Text Example
White with #04281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04281C; }
p { color: rgb(4,40,28); }
H1.HeaderClassName
{
color: #04281C;
}
.AnyTagClassName
{
color: #04281C;
}
</style>
background-color css
<style>
a { background-color: #04281C; }
a { background-color: rgb(4,40,28); }
div.DivClassName
{
background-color: #04281C;
}
.BgClassName
{
background-color: #04281C;
}
</style>
border-color css
<style>
span { border-color: #04281C; }
span { border-color: rgb(4,40,28); }
td.TdClassName
{
border-color: #04281C;
}
.TagClassName
{
border-color: #04281C;
}
</style>