Shades of Dark Green #00311D
Tints of Dark Green #00311D
RGB
CMYK
RGB Variations
Color information
#00311D (or 0x00311D) is known color: Dark Green. HEX triplet: 00, 31 and 1D. RGB value is (0,49,29). Sum of RGB (Red+Green+Blue) = 0+49+29=78 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 78); Green value is 49 (19.53% from 255 or 62.82% from 78); Blue value is 29 (11.72% from 255 or 37.18% from 78); Max value from RGB is 49 - color contains mainly: green. Hex color #00311D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00311D is #FFCEE2. Grayscale: #202020. Windows color (decimal): -16764643 or 1913088. OLE color: 1913088.
HSL color Cylindrical-coordinate representation of color #00311D: hue angle of 155.51º 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 #00311D is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 49 | 29 | - |
| CMYK | 1 | 0 | 0.41 | 0.81 |
| HSL | 155.51º | 1% | 0.1% | - |
| HSV(B) | 155.51º | 1% | 0.19% | - |
| XYZ | 1.32 | 2.29 | 1.53 | - |
| YUV | 32.07 | 126.27 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 29 | 1 | 0 | 0.41 | 0.81 | 155.51 | 1 | 0.1 |
| Hex | 0 | 31 | 1D | 64 | 0 | 29 | 51 | 9C | 64 | A |
| Octal | 0 | 61 | 35 | 144 | 0 | 51 | 121 | 234 | 144 | 12 |
| Binary | 0 | 110001 | 11101 | 1100100 | 0 | 101001 | 1010001 | 10011100 | 1100100 | 1010 |
Color Harmonies of #00311D
Complementary color
Monochromatic Colors of #00311D
Black with #00311D
Text Example
Text Example
White with #00311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00311D; }
p { color: rgb(0,49,29); }
H1.HeaderClassName
{
color: #00311D;
}
.AnyTagClassName
{
color: #00311D;
}
</style>
background-color css
<style>
a { background-color: #00311D; }
a { background-color: rgb(0,49,29); }
div.DivClassName
{
background-color: #00311D;
}
.BgClassName
{
background-color: #00311D;
}
</style>
border-color css
<style>
span { border-color: #00311D; }
span { border-color: rgb(0,49,29); }
td.TdClassName
{
border-color: #00311D;
}
.TagClassName
{
border-color: #00311D;
}
</style>