Shades of Dark Green #02311B
Tints of Dark Green #02311B
RGB
CMYK
RGB Variations
Color information
#02311B (or 0x02311B) is known color: Dark Green. HEX triplet: 02, 31 and 1B. RGB value is (2,49,27). Sum of RGB (Red+Green+Blue) = 2+49+27=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 49 (19.53% from 255 or 62.82% from 78); Blue value is 27 (10.94% from 255 or 34.62% from 78); Max value from RGB is 49 - color contains mainly: green. Hex color #02311B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02311B is #FDCEE4. Grayscale: #202020. Windows color (decimal): -16633573 or 1782018. OLE color: 1782018.
HSL color Cylindrical-coordinate representation of color #02311B: hue angle of 151.91º 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 #02311B is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 2 | 49 | 27 | - |
| CMYK | 0.96 | 0 | 0.45 | 0.81 |
| HSL | 151.91º | 0.92% | 0.1% | - |
| HSV(B) | 151.91º | 0.96% | 0.19% | - |
| XYZ | 1.32 | 2.29 | 1.41 | - |
| YUV | 32.44 | 124.93 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 49 | 27 | 0.96 | 0 | 0.45 | 0.81 | 151.91 | 0.92 | 0.1 |
| Hex | 2 | 31 | 1B | 60 | 0 | 2D | 51 | 98 | 5C | A |
| Octal | 2 | 61 | 33 | 140 | 0 | 55 | 121 | 230 | 134 | 12 |
| Binary | 10 | 110001 | 11011 | 1100000 | 0 | 101101 | 1010001 | 10011000 | 1011100 | 1010 |
Color Harmonies of #02311B
Complementary color
Monochromatic Colors of #02311B
Black with #02311B
Text Example
Text Example
White with #02311B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02311B; }
p { color: rgb(2,49,27); }
H1.HeaderClassName
{
color: #02311B;
}
.AnyTagClassName
{
color: #02311B;
}
</style>
background-color css
<style>
a { background-color: #02311B; }
a { background-color: rgb(2,49,27); }
div.DivClassName
{
background-color: #02311B;
}
.BgClassName
{
background-color: #02311B;
}
</style>
border-color css
<style>
span { border-color: #02311B; }
span { border-color: rgb(2,49,27); }
td.TdClassName
{
border-color: #02311B;
}
.TagClassName
{
border-color: #02311B;
}
</style>