Shades of Dark Green #02312C
Tints of Dark Green #02312C
RGB
CMYK
RGB Variations
Color information
#02312C (or 0x02312C) is known color: Dark Green. HEX triplet: 02, 31 and 2C. RGB value is (2,49,44). Sum of RGB (Red+Green+Blue) = 2+49+44=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 49 (19.53% from 255 or 51.58% from 95); Blue value is 44 (17.58% from 255 or 46.32% from 95); Max value from RGB is 49 - color contains mainly: green. Hex color #02312C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02312C is #FDCED3. Grayscale: #222222. Windows color (decimal): -16633556 or 2896130. OLE color: 2896130.
HSL color Cylindrical-coordinate representation of color #02312C: hue angle of 173.62º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02312C is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 2 | 49 | 44 | - |
| CMYK | 0.96 | 0 | 0.10 | 0.81 |
| HSL | 173.62º | 0.92% | 0.1% | - |
| HSV(B) | 173.62º | 0.96% | 0.19% | - |
| XYZ | 1.58 | 2.39 | 2.76 | - |
| YUV | 34.38 | 133.43 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 49 | 44 | 0.96 | 0 | 0.10 | 0.81 | 173.62 | 0.92 | 0.1 |
| Hex | 2 | 31 | 2C | 60 | 0 | A | 51 | AE | 5C | A |
| Octal | 2 | 61 | 54 | 140 | 0 | 12 | 121 | 256 | 134 | 12 |
| Binary | 10 | 110001 | 101100 | 1100000 | 0 | 1010 | 1010001 | 10101110 | 1011100 | 1010 |
Color Harmonies of #02312C
Complementary color
Monochromatic Colors of #02312C
Black with #02312C
Text Example
Text Example
White with #02312C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02312C; }
p { color: rgb(2,49,44); }
H1.HeaderClassName
{
color: #02312C;
}
.AnyTagClassName
{
color: #02312C;
}
</style>
background-color css
<style>
a { background-color: #02312C; }
a { background-color: rgb(2,49,44); }
div.DivClassName
{
background-color: #02312C;
}
.BgClassName
{
background-color: #02312C;
}
</style>
border-color css
<style>
span { border-color: #02312C; }
span { border-color: rgb(2,49,44); }
td.TdClassName
{
border-color: #02312C;
}
.TagClassName
{
border-color: #02312C;
}
</style>