Shades of Dark Green #00302E
Tints of Dark Green #00302E
RGB
CMYK
RGB Variations
Color information
#00302E (or 0x00302E) is known color: Dark Green. HEX triplet: 00, 30 and 2E. RGB value is (0,48,46). Sum of RGB (Red+Green+Blue) = 0+48+46=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 48 (19.14% from 255 or 51.06% from 94); Blue value is 46 (18.36% from 255 or 48.94% from 94); Max value from RGB is 48 - color contains mainly: green. Hex color #00302E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00302E is #FFCFD1. Grayscale: #212121. Windows color (decimal): -16764882 or 3026944. OLE color: 3026944.
HSL color Cylindrical-coordinate representation of color #00302E: hue angle of 177.5º 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 #00302E is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 48 | 46 | - |
| CMYK | 1 | 0 | 0.04 | 0.81 |
| HSL | 177.5º | 1% | 0.09% | - |
| HSV(B) | 177.5º | 1% | 0.19% | - |
| XYZ | 1.55 | 2.31 | 2.95 | - |
| YUV | 33.42 | 135.1 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 48 | 46 | 1 | 0 | 0.04 | 0.81 | 177.5 | 1 | 0.09 |
| Hex | 0 | 30 | 2E | 64 | 0 | 4 | 51 | B2 | 64 | 9 |
| Octal | 0 | 60 | 56 | 144 | 0 | 4 | 121 | 262 | 144 | 11 |
| Binary | 0 | 110000 | 101110 | 1100100 | 0 | 100 | 1010001 | 10110010 | 1100100 | 1001 |
Color Harmonies of #00302E
Complementary color
Monochromatic Colors of #00302E
Black with #00302E
Text Example
Text Example
White with #00302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00302E; }
p { color: rgb(0,48,46); }
H1.HeaderClassName
{
color: #00302E;
}
.AnyTagClassName
{
color: #00302E;
}
</style>
background-color css
<style>
a { background-color: #00302E; }
a { background-color: rgb(0,48,46); }
div.DivClassName
{
background-color: #00302E;
}
.BgClassName
{
background-color: #00302E;
}
</style>
border-color css
<style>
span { border-color: #00302E; }
span { border-color: rgb(0,48,46); }
td.TdClassName
{
border-color: #00302E;
}
.TagClassName
{
border-color: #00302E;
}
</style>