Shades of Dark Green #00311E
Tints of Dark Green #00311E
RGB
CMYK
RGB Variations
Color information
#00311E (or 0x00311E) is known color: Dark Green. HEX triplet: 00, 31 and 1E. RGB value is (0,49,30). Sum of RGB (Red+Green+Blue) = 0+49+30=79 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 79); Green value is 49 (19.53% from 255 or 62.03% from 79); Blue value is 30 (12.11% from 255 or 37.97% from 79); Max value from RGB is 49 - color contains mainly: green. Hex color #00311E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00311E is #FFCEE1. Grayscale: #202020. Windows color (decimal): -16764642 or 1978624. OLE color: 1978624.
HSL color Cylindrical-coordinate representation of color #00311E: hue angle of 156.73º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00311E is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 49 | 30 | - |
| CMYK | 1 | 0 | 0.39 | 0.81 |
| HSL | 156.73º | 1% | 0.1% | - |
| HSV(B) | 156.73º | 1% | 0.19% | - |
| XYZ | 1.33 | 2.29 | 1.6 | - |
| YUV | 32.18 | 126.77 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 30 | 1 | 0 | 0.39 | 0.81 | 156.73 | 1 | 0.1 |
| Hex | 0 | 31 | 1E | 64 | 0 | 27 | 51 | 9D | 64 | A |
| Octal | 0 | 61 | 36 | 144 | 0 | 47 | 121 | 235 | 144 | 12 |
| Binary | 0 | 110001 | 11110 | 1100100 | 0 | 100111 | 1010001 | 10011101 | 1100100 | 1010 |
Color Harmonies of #00311E
Complementary color
Monochromatic Colors of #00311E
Black with #00311E
Text Example
Text Example
White with #00311E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00311E; }
p { color: rgb(0,49,30); }
H1.HeaderClassName
{
color: #00311E;
}
.AnyTagClassName
{
color: #00311E;
}
</style>
background-color css
<style>
a { background-color: #00311E; }
a { background-color: rgb(0,49,30); }
div.DivClassName
{
background-color: #00311E;
}
.BgClassName
{
background-color: #00311E;
}
</style>
border-color css
<style>
span { border-color: #00311E; }
span { border-color: rgb(0,49,30); }
td.TdClassName
{
border-color: #00311E;
}
.TagClassName
{
border-color: #00311E;
}
</style>