Shades of Dark Green #00301D
Tints of Dark Green #00301D
RGB
CMYK
RGB Variations
Color information
#00301D (or 0x00301D) is known color: Dark Green. HEX triplet: 00, 30 and 1D. RGB value is (0,48,29). Sum of RGB (Red+Green+Blue) = 0+48+29=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 48 (19.14% from 255 or 62.34% from 77); Blue value is 29 (11.72% from 255 or 37.66% from 77); Max value from RGB is 48 - color contains mainly: green. Hex color #00301D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00301D is #FFCFE2. Grayscale: #1F1F1F. Windows color (decimal): -16764899 or 1912832. OLE color: 1912832.
HSL color Cylindrical-coordinate representation of color #00301D: hue angle of 156.25º 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 #00301D is Cyan = 1, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 48 | 29 | - |
| CMYK | 1 | 0 | 0.40 | 0.81 |
| HSL | 156.25º | 1% | 0.09% | - |
| HSV(B) | 156.25º | 1% | 0.19% | - |
| XYZ | 1.28 | 2.2 | 1.52 | - |
| YUV | 31.48 | 126.6 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 48 | 29 | 1 | 0 | 0.40 | 0.81 | 156.25 | 1 | 0.09 |
| Hex | 0 | 30 | 1D | 64 | 0 | 28 | 51 | 9C | 64 | 9 |
| Octal | 0 | 60 | 35 | 144 | 0 | 50 | 121 | 234 | 144 | 11 |
| Binary | 0 | 110000 | 11101 | 1100100 | 0 | 101000 | 1010001 | 10011100 | 1100100 | 1001 |
Color Harmonies of #00301D
Complementary color
Monochromatic Colors of #00301D
Black with #00301D
Text Example
Text Example
White with #00301D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00301D; }
p { color: rgb(0,48,29); }
H1.HeaderClassName
{
color: #00301D;
}
.AnyTagClassName
{
color: #00301D;
}
</style>
background-color css
<style>
a { background-color: #00301D; }
a { background-color: rgb(0,48,29); }
div.DivClassName
{
background-color: #00301D;
}
.BgClassName
{
background-color: #00301D;
}
</style>
border-color css
<style>
span { border-color: #00301D; }
span { border-color: rgb(0,48,29); }
td.TdClassName
{
border-color: #00301D;
}
.TagClassName
{
border-color: #00301D;
}
</style>