Shades of Dark Green #00312A
Tints of Dark Green #00312A
RGB
CMYK
RGB Variations
Color information
#00312A (or 0x00312A) is known color: Dark Green. HEX triplet: 00, 31 and 2A. RGB value is (0,49,42). Sum of RGB (Red+Green+Blue) = 0+49+42=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 49 (19.53% from 255 or 53.85% from 91); Blue value is 42 (16.80% from 255 or 46.15% from 91); Max value from RGB is 49 - color contains mainly: green. Hex color #00312A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00312A is #FFCED5. Grayscale: #212121. Windows color (decimal): -16764630 or 2765056. OLE color: 2765056.
HSL color Cylindrical-coordinate representation of color #00312A: hue angle of 171.43º 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 #00312A is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 49 | 42 | - |
| CMYK | 1 | 0 | 0.14 | 0.81 |
| HSL | 171.43º | 1% | 0.1% | - |
| HSV(B) | 171.43º | 1% | 0.19% | - |
| XYZ | 1.52 | 2.36 | 2.57 | - |
| YUV | 33.55 | 132.77 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 42 | 1 | 0 | 0.14 | 0.81 | 171.43 | 1 | 0.1 |
| Hex | 0 | 31 | 2A | 64 | 0 | E | 51 | AB | 64 | A |
| Octal | 0 | 61 | 52 | 144 | 0 | 16 | 121 | 253 | 144 | 12 |
| Binary | 0 | 110001 | 101010 | 1100100 | 0 | 1110 | 1010001 | 10101011 | 1100100 | 1010 |
Color Harmonies of #00312A
Complementary color
Monochromatic Colors of #00312A
Black with #00312A
Text Example
Text Example
White with #00312A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00312A; }
p { color: rgb(0,49,42); }
H1.HeaderClassName
{
color: #00312A;
}
.AnyTagClassName
{
color: #00312A;
}
</style>
background-color css
<style>
a { background-color: #00312A; }
a { background-color: rgb(0,49,42); }
div.DivClassName
{
background-color: #00312A;
}
.BgClassName
{
background-color: #00312A;
}
</style>
border-color css
<style>
span { border-color: #00312A; }
span { border-color: rgb(0,49,42); }
td.TdClassName
{
border-color: #00312A;
}
.TagClassName
{
border-color: #00312A;
}
</style>