Shades of Dark Green #04302A
Tints of Dark Green #04302A
RGB
CMYK
RGB Variations
Color information
#04302A (or 0x04302A) is known color: Dark Green. HEX triplet: 04, 30 and 2A. RGB value is (4,48,42). Sum of RGB (Red+Green+Blue) = 4+48+42=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 48 (19.14% from 255 or 51.06% from 94); Blue value is 42 (16.80% from 255 or 44.68% from 94); Max value from RGB is 48 - color contains mainly: green. Hex color #04302A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04302A is #FBCFD5. Grayscale: #222222. Windows color (decimal): -16502742 or 2764804. OLE color: 2764804.
HSL color Cylindrical-coordinate representation of color #04302A: hue angle of 171.82º 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 #04302A is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 4 | 48 | 42 | - |
| CMYK | 0.92 | 0 | 0.13 | 0.81 |
| HSL | 171.82º | 0.85% | 0.1% | - |
| HSV(B) | 171.82º | 0.92% | 0.19% | - |
| XYZ | 1.52 | 2.31 | 2.56 | - |
| YUV | 34.16 | 132.42 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 48 | 42 | 0.92 | 0 | 0.13 | 0.81 | 171.82 | 0.85 | 0.1 |
| Hex | 4 | 30 | 2A | 5C | 0 | D | 51 | AC | 55 | A |
| Octal | 4 | 60 | 52 | 134 | 0 | 15 | 121 | 254 | 125 | 12 |
| Binary | 100 | 110000 | 101010 | 1011100 | 0 | 1101 | 1010001 | 10101100 | 1010101 | 1010 |
Color Harmonies of #04302A
Complementary color
Monochromatic Colors of #04302A
Black with #04302A
Text Example
Text Example
White with #04302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04302A; }
p { color: rgb(4,48,42); }
H1.HeaderClassName
{
color: #04302A;
}
.AnyTagClassName
{
color: #04302A;
}
</style>
background-color css
<style>
a { background-color: #04302A; }
a { background-color: rgb(4,48,42); }
div.DivClassName
{
background-color: #04302A;
}
.BgClassName
{
background-color: #04302A;
}
</style>
border-color css
<style>
span { border-color: #04302A; }
span { border-color: rgb(4,48,42); }
td.TdClassName
{
border-color: #04302A;
}
.TagClassName
{
border-color: #04302A;
}
</style>