Shades of Dark Green #02311E
Tints of Dark Green #02311E
RGB
CMYK
RGB Variations
Color information
#02311E (or 0x02311E) is known color: Dark Green. HEX triplet: 02, 31 and 1E. RGB value is (2,49,30). Sum of RGB (Red+Green+Blue) = 2+49+30=81 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.47% from 81); Green value is 49 (19.53% from 255 or 60.49% from 81); Blue value is 30 (12.11% from 255 or 37.04% from 81); Max value from RGB is 49 - color contains mainly: green. Hex color #02311E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02311E is #FDCEE1. Grayscale: #202020. Windows color (decimal): -16633570 or 1978626. OLE color: 1978626.
HSL color Cylindrical-coordinate representation of color #02311E: hue angle of 155.74º 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 #02311E is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 2 | 49 | 30 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.81 |
| HSL | 155.74º | 0.92% | 0.1% | - |
| HSV(B) | 155.74º | 0.96% | 0.19% | - |
| XYZ | 1.36 | 2.3 | 1.6 | - |
| YUV | 32.78 | 126.43 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 49 | 30 | 0.96 | 0 | 0.39 | 0.81 | 155.74 | 0.92 | 0.1 |
| Hex | 2 | 31 | 1E | 60 | 0 | 27 | 51 | 9C | 5C | A |
| Octal | 2 | 61 | 36 | 140 | 0 | 47 | 121 | 234 | 134 | 12 |
| Binary | 10 | 110001 | 11110 | 1100000 | 0 | 100111 | 1010001 | 10011100 | 1011100 | 1010 |
Color Harmonies of #02311E
Complementary color
Monochromatic Colors of #02311E
Black with #02311E
Text Example
Text Example
White with #02311E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02311E; }
p { color: rgb(2,49,30); }
H1.HeaderClassName
{
color: #02311E;
}
.AnyTagClassName
{
color: #02311E;
}
</style>
background-color css
<style>
a { background-color: #02311E; }
a { background-color: rgb(2,49,30); }
div.DivClassName
{
background-color: #02311E;
}
.BgClassName
{
background-color: #02311E;
}
</style>
border-color css
<style>
span { border-color: #02311E; }
span { border-color: rgb(2,49,30); }
td.TdClassName
{
border-color: #02311E;
}
.TagClassName
{
border-color: #02311E;
}
</style>