Shades of Dark Green #00310D
Tints of Dark Green #00310D
RGB
CMYK
RGB Variations
Color information
#00310D (or 0x00310D) is known color: Dark Green. HEX triplet: 00, 31 and 0D. RGB value is (0,49,13). Sum of RGB (Red+Green+Blue) = 0+49+13=62 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 62); Green value is 49 (19.53% from 255 or 79.03% from 62); Blue value is 13 (5.47% from 255 or 20.97% from 62); Max value from RGB is 49 - color contains mainly: green. Hex color #00310D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00310D is #FFCEF2. Grayscale: #1E1E1E. Windows color (decimal): -16764659 or 864512. OLE color: 864512.
HSL color Cylindrical-coordinate representation of color #00310D: hue angle of 135.92º 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 #00310D is Cyan = 1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 49 | 13 | - |
| CMYK | 1 | 0 | 0.73 | 0.81 |
| HSL | 135.92º | 1% | 0.1% | - |
| HSV(B) | 135.92º | 1% | 0.19% | - |
| XYZ | 1.17 | 2.23 | 0.75 | - |
| YUV | 30.25 | 118.27 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 13 | 1 | 0 | 0.73 | 0.81 | 135.92 | 1 | 0.1 |
| Hex | 0 | 31 | D | 64 | 0 | 49 | 51 | 88 | 64 | A |
| Octal | 0 | 61 | 15 | 144 | 0 | 111 | 121 | 210 | 144 | 12 |
| Binary | 0 | 110001 | 1101 | 1100100 | 0 | 1001001 | 1010001 | 10001000 | 1100100 | 1010 |
Color Harmonies of #00310D
Complementary color
Monochromatic Colors of #00310D
Black with #00310D
Text Example
Text Example
White with #00310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00310D; }
p { color: rgb(0,49,13); }
H1.HeaderClassName
{
color: #00310D;
}
.AnyTagClassName
{
color: #00310D;
}
</style>
background-color css
<style>
a { background-color: #00310D; }
a { background-color: rgb(0,49,13); }
div.DivClassName
{
background-color: #00310D;
}
.BgClassName
{
background-color: #00310D;
}
</style>
border-color css
<style>
span { border-color: #00310D; }
span { border-color: rgb(0,49,13); }
td.TdClassName
{
border-color: #00310D;
}
.TagClassName
{
border-color: #00310D;
}
</style>