Shades of Dark Green #00312B
Tints of Dark Green #00312B
RGB
CMYK
RGB Variations
Color information
#00312B (or 0x00312B) is known color: Dark Green. HEX triplet: 00, 31 and 2B. RGB value is (0,49,43). Sum of RGB (Red+Green+Blue) = 0+49+43=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 49 (19.53% from 255 or 53.26% from 92); Blue value is 43 (17.19% from 255 or 46.74% from 92); Max value from RGB is 49 - color contains mainly: green. Hex color #00312B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00312B is #FFCED4. Grayscale: #212121. Windows color (decimal): -16764629 or 2830592. OLE color: 2830592.
HSL color Cylindrical-coordinate representation of color #00312B: hue angle of 172.65º 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 #00312B is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 49 | 43 | - |
| CMYK | 1 | 0 | 0.12 | 0.81 |
| HSL | 172.65º | 1% | 0.1% | - |
| HSV(B) | 172.65º | 1% | 0.19% | - |
| XYZ | 1.53 | 2.37 | 2.66 | - |
| YUV | 33.67 | 133.27 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 43 | 1 | 0 | 0.12 | 0.81 | 172.65 | 1 | 0.1 |
| Hex | 0 | 31 | 2B | 64 | 0 | C | 51 | AD | 64 | A |
| Octal | 0 | 61 | 53 | 144 | 0 | 14 | 121 | 255 | 144 | 12 |
| Binary | 0 | 110001 | 101011 | 1100100 | 0 | 1100 | 1010001 | 10101101 | 1100100 | 1010 |
Color Harmonies of #00312B
Complementary color
Monochromatic Colors of #00312B
Black with #00312B
Text Example
Text Example
White with #00312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00312B; }
p { color: rgb(0,49,43); }
H1.HeaderClassName
{
color: #00312B;
}
.AnyTagClassName
{
color: #00312B;
}
</style>
background-color css
<style>
a { background-color: #00312B; }
a { background-color: rgb(0,49,43); }
div.DivClassName
{
background-color: #00312B;
}
.BgClassName
{
background-color: #00312B;
}
</style>
border-color css
<style>
span { border-color: #00312B; }
span { border-color: rgb(0,49,43); }
td.TdClassName
{
border-color: #00312B;
}
.TagClassName
{
border-color: #00312B;
}
</style>