Shades of Dark Green #00301E
Tints of Dark Green #00301E
RGB
CMYK
RGB Variations
Color information
#00301E (or 0x00301E) is known color: Dark Green. HEX triplet: 00, 30 and 1E. RGB value is (0,48,30). Sum of RGB (Red+Green+Blue) = 0+48+30=78 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 78); Green value is 48 (19.14% from 255 or 61.54% from 78); Blue value is 30 (12.11% from 255 or 38.46% from 78); Max value from RGB is 48 - color contains mainly: green. Hex color #00301E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00301E is #FFCFE1. Grayscale: #1F1F1F. Windows color (decimal): -16764898 or 1978368. OLE color: 1978368.
HSL color Cylindrical-coordinate representation of color #00301E: hue angle of 157.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 #00301E is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 48 | 30 | - |
| CMYK | 1 | 0 | 0.37 | 0.81 |
| HSL | 157.5º | 1% | 0.09% | - |
| HSV(B) | 157.5º | 1% | 0.19% | - |
| XYZ | 1.29 | 2.21 | 1.59 | - |
| YUV | 31.6 | 127.1 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 48 | 30 | 1 | 0 | 0.37 | 0.81 | 157.5 | 1 | 0.09 |
| Hex | 0 | 30 | 1E | 64 | 0 | 25 | 51 | 9E | 64 | 9 |
| Octal | 0 | 60 | 36 | 144 | 0 | 45 | 121 | 236 | 144 | 11 |
| Binary | 0 | 110000 | 11110 | 1100100 | 0 | 100101 | 1010001 | 10011110 | 1100100 | 1001 |
Color Harmonies of #00301E
Complementary color
Monochromatic Colors of #00301E
Black with #00301E
Text Example
Text Example
White with #00301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00301E; }
p { color: rgb(0,48,30); }
H1.HeaderClassName
{
color: #00301E;
}
.AnyTagClassName
{
color: #00301E;
}
</style>
background-color css
<style>
a { background-color: #00301E; }
a { background-color: rgb(0,48,30); }
div.DivClassName
{
background-color: #00301E;
}
.BgClassName
{
background-color: #00301E;
}
</style>
border-color css
<style>
span { border-color: #00301E; }
span { border-color: rgb(0,48,30); }
td.TdClassName
{
border-color: #00301E;
}
.TagClassName
{
border-color: #00301E;
}
</style>