Shades of Dark Green #03302A
Tints of Dark Green #03302A
RGB
CMYK
RGB Variations
Color information
#03302A (or 0x03302A) is known color: Dark Green. HEX triplet: 03, 30 and 2A. RGB value is (3,48,42). Sum of RGB (Red+Green+Blue) = 3+48+42=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 48 (19.14% from 255 or 51.61% from 93); Blue value is 42 (16.80% from 255 or 45.16% from 93); Max value from RGB is 48 - color contains mainly: green. Hex color #03302A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03302A is #FCCFD5. Grayscale: #212121. Windows color (decimal): -16568278 or 2764803. OLE color: 2764803.
HSL color Cylindrical-coordinate representation of color #03302A: hue angle of 172º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03302A is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 3 | 48 | 42 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.81 |
| HSL | 172º | 0.88% | 0.1% | - |
| HSV(B) | 172º | 0.94% | 0.19% | - |
| XYZ | 1.51 | 2.3 | 2.55 | - |
| YUV | 33.86 | 132.59 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 48 | 42 | 0.94 | 0 | 0.13 | 0.81 | 172 | 0.88 | 0.1 |
| Hex | 3 | 30 | 2A | 5E | 0 | D | 51 | AC | 58 | A |
| Octal | 3 | 60 | 52 | 136 | 0 | 15 | 121 | 254 | 130 | 12 |
| Binary | 11 | 110000 | 101010 | 1011110 | 0 | 1101 | 1010001 | 10101100 | 1011000 | 1010 |
Color Harmonies of #03302A
Complementary color
Monochromatic Colors of #03302A
Black with #03302A
Text Example
Text Example
White with #03302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03302A; }
p { color: rgb(3,48,42); }
H1.HeaderClassName
{
color: #03302A;
}
.AnyTagClassName
{
color: #03302A;
}
</style>
background-color css
<style>
a { background-color: #03302A; }
a { background-color: rgb(3,48,42); }
div.DivClassName
{
background-color: #03302A;
}
.BgClassName
{
background-color: #03302A;
}
</style>
border-color css
<style>
span { border-color: #03302A; }
span { border-color: rgb(3,48,42); }
td.TdClassName
{
border-color: #03302A;
}
.TagClassName
{
border-color: #03302A;
}
</style>