Shades of Dark Green #00311F
Tints of Dark Green #00311F
RGB
CMYK
RGB Variations
Color information
#00311F (or 0x00311F) is known color: Dark Green. HEX triplet: 00, 31 and 1F. RGB value is (0,49,31). Sum of RGB (Red+Green+Blue) = 0+49+31=80 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 80); Green value is 49 (19.53% from 255 or 61.25% from 80); Blue value is 31 (12.5% from 255 or 38.75% from 80); Max value from RGB is 49 - color contains mainly: green. Hex color #00311F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00311F is #FFCEE0. Grayscale: #202020. Windows color (decimal): -16764641 or 2044160. OLE color: 2044160.
HSL color Cylindrical-coordinate representation of color #00311F: hue angle of 157.96º 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 #00311F is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 49 | 31 | - |
| CMYK | 1 | 0 | 0.37 | 0.81 |
| HSL | 157.96º | 1% | 0.1% | - |
| HSV(B) | 157.96º | 1% | 0.19% | - |
| XYZ | 1.35 | 2.3 | 1.67 | - |
| YUV | 32.3 | 127.27 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 31 | 1 | 0 | 0.37 | 0.81 | 157.96 | 1 | 0.1 |
| Hex | 0 | 31 | 1F | 64 | 0 | 25 | 51 | 9E | 64 | A |
| Octal | 0 | 61 | 37 | 144 | 0 | 45 | 121 | 236 | 144 | 12 |
| Binary | 0 | 110001 | 11111 | 1100100 | 0 | 100101 | 1010001 | 10011110 | 1100100 | 1010 |
Color Harmonies of #00311F
Complementary color
Monochromatic Colors of #00311F
Black with #00311F
Text Example
Text Example
White with #00311F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00311F; }
p { color: rgb(0,49,31); }
H1.HeaderClassName
{
color: #00311F;
}
.AnyTagClassName
{
color: #00311F;
}
</style>
background-color css
<style>
a { background-color: #00311F; }
a { background-color: rgb(0,49,31); }
div.DivClassName
{
background-color: #00311F;
}
.BgClassName
{
background-color: #00311F;
}
</style>
border-color css
<style>
span { border-color: #00311F; }
span { border-color: rgb(0,49,31); }
td.TdClassName
{
border-color: #00311F;
}
.TagClassName
{
border-color: #00311F;
}
</style>