Shades of Dark Green #00312D
Tints of Dark Green #00312D
RGB
CMYK
RGB Variations
Color information
#00312D (or 0x00312D) is known color: Dark Green. HEX triplet: 00, 31 and 2D. RGB value is (0,49,45). Sum of RGB (Red+Green+Blue) = 0+49+45=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 49 (19.53% from 255 or 52.13% from 94); Blue value is 45 (17.97% from 255 or 47.87% from 94); Max value from RGB is 49 - color contains mainly: green. Hex color #00312D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00312D is #FFCED2. Grayscale: #212121. Windows color (decimal): -16764627 or 2961664. OLE color: 2961664.
HSL color Cylindrical-coordinate representation of color #00312D: hue angle of 175.1º 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 #00312D is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 49 | 45 | - |
| CMYK | 1 | 0 | 0.08 | 0.81 |
| HSL | 175.1º | 1% | 0.1% | - |
| HSV(B) | 175.1º | 1% | 0.19% | - |
| XYZ | 1.57 | 2.39 | 2.86 | - |
| YUV | 33.89 | 134.27 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 45 | 1 | 0 | 0.08 | 0.81 | 175.1 | 1 | 0.1 |
| Hex | 0 | 31 | 2D | 64 | 0 | 8 | 51 | AF | 64 | A |
| Octal | 0 | 61 | 55 | 144 | 0 | 10 | 121 | 257 | 144 | 12 |
| Binary | 0 | 110001 | 101101 | 1100100 | 0 | 1000 | 1010001 | 10101111 | 1100100 | 1010 |
Color Harmonies of #00312D
Complementary color
Monochromatic Colors of #00312D
Black with #00312D
Text Example
Text Example
White with #00312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00312D; }
p { color: rgb(0,49,45); }
H1.HeaderClassName
{
color: #00312D;
}
.AnyTagClassName
{
color: #00312D;
}
</style>
background-color css
<style>
a { background-color: #00312D; }
a { background-color: rgb(0,49,45); }
div.DivClassName
{
background-color: #00312D;
}
.BgClassName
{
background-color: #00312D;
}
</style>
border-color css
<style>
span { border-color: #00312D; }
span { border-color: rgb(0,49,45); }
td.TdClassName
{
border-color: #00312D;
}
.TagClassName
{
border-color: #00312D;
}
</style>