Shades of Dark Green #04301C
Tints of Dark Green #04301C
RGB
CMYK
RGB Variations
Color information
#04301C (or 0x04301C) is known color: Dark Green. HEX triplet: 04, 30 and 1C. RGB value is (4,48,28). Sum of RGB (Red+Green+Blue) = 4+48+28=80 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5% from 80); Green value is 48 (19.14% from 255 or 60% from 80); Blue value is 28 (11.33% from 255 or 35% from 80); Max value from RGB is 48 - color contains mainly: green. Hex color #04301C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04301C is #FBCFE3. Grayscale: #202020. Windows color (decimal): -16502756 or 1847300. OLE color: 1847300.
HSL color Cylindrical-coordinate representation of color #04301C: hue angle of 152.73º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #04301C is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 4 | 48 | 28 | - |
| CMYK | 0.92 | 0 | 0.42 | 0.81 |
| HSL | 152.73º | 0.85% | 0.1% | - |
| HSV(B) | 152.73º | 0.92% | 0.19% | - |
| XYZ | 1.32 | 2.22 | 1.46 | - |
| YUV | 32.56 | 125.42 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 48 | 28 | 0.92 | 0 | 0.42 | 0.81 | 152.73 | 0.85 | 0.1 |
| Hex | 4 | 30 | 1C | 5C | 0 | 2A | 51 | 99 | 55 | A |
| Octal | 4 | 60 | 34 | 134 | 0 | 52 | 121 | 231 | 125 | 12 |
| Binary | 100 | 110000 | 11100 | 1011100 | 0 | 101010 | 1010001 | 10011001 | 1010101 | 1010 |
Color Harmonies of #04301C
Complementary color
Monochromatic Colors of #04301C
Black with #04301C
Text Example
Text Example
White with #04301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04301C; }
p { color: rgb(4,48,28); }
H1.HeaderClassName
{
color: #04301C;
}
.AnyTagClassName
{
color: #04301C;
}
</style>
background-color css
<style>
a { background-color: #04301C; }
a { background-color: rgb(4,48,28); }
div.DivClassName
{
background-color: #04301C;
}
.BgClassName
{
background-color: #04301C;
}
</style>
border-color css
<style>
span { border-color: #04301C; }
span { border-color: rgb(4,48,28); }
td.TdClassName
{
border-color: #04301C;
}
.TagClassName
{
border-color: #04301C;
}
</style>