Shades of Dark Green #00302F
Tints of Dark Green #00302F
RGB
CMYK
RGB Variations
Color information
#00302F (or 0x00302F) is known color: Dark Green. HEX triplet: 00, 30 and 2F. RGB value is (0,48,47). Sum of RGB (Red+Green+Blue) = 0+48+47=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 48 (19.14% from 255 or 50.53% from 95); Blue value is 47 (18.75% from 255 or 49.47% from 95); Max value from RGB is 48 - color contains mainly: green. Hex color #00302F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00302F is #FFCFD0. Grayscale: #212121. Windows color (decimal): -16764881 or 3092480. OLE color: 3092480.
HSL color Cylindrical-coordinate representation of color #00302F: hue angle of 178.75º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00302F is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 48 | 47 | - |
| CMYK | 1 | 0 | 0.02 | 0.81 |
| HSL | 178.75º | 1% | 0.09% | - |
| HSV(B) | 178.75º | 1% | 0.19% | - |
| XYZ | 1.57 | 2.32 | 3.05 | - |
| YUV | 33.53 | 135.6 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 48 | 47 | 1 | 0 | 0.02 | 0.81 | 178.75 | 1 | 0.09 |
| Hex | 0 | 30 | 2F | 64 | 0 | 2 | 51 | B3 | 64 | 9 |
| Octal | 0 | 60 | 57 | 144 | 0 | 2 | 121 | 263 | 144 | 11 |
| Binary | 0 | 110000 | 101111 | 1100100 | 0 | 10 | 1010001 | 10110011 | 1100100 | 1001 |
Color Harmonies of #00302F
Complementary color
Monochromatic Colors of #00302F
Black with #00302F
Text Example
Text Example
White with #00302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00302F; }
p { color: rgb(0,48,47); }
H1.HeaderClassName
{
color: #00302F;
}
.AnyTagClassName
{
color: #00302F;
}
</style>
background-color css
<style>
a { background-color: #00302F; }
a { background-color: rgb(0,48,47); }
div.DivClassName
{
background-color: #00302F;
}
.BgClassName
{
background-color: #00302F;
}
</style>
border-color css
<style>
span { border-color: #00302F; }
span { border-color: rgb(0,48,47); }
td.TdClassName
{
border-color: #00302F;
}
.TagClassName
{
border-color: #00302F;
}
</style>