Shades of Dark Green #02371D
Tints of Dark Green #02371D
RGB
CMYK
RGB Variations
Color information
#02371D (or 0x02371D) is known color: Dark Green. HEX triplet: 02, 37 and 1D. RGB value is (2,55,29). Sum of RGB (Red+Green+Blue) = 2+55+29=86 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.33% from 86); Green value is 55 (21.88% from 255 or 63.95% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 55 - color contains mainly: green. Hex color #02371D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02371D is #FDC8E2. Grayscale: #242424. Windows color (decimal): -16632035 or 1914626. OLE color: 1914626.
HSL color Cylindrical-coordinate representation of color #02371D: hue angle of 150.57º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02371D is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 55 | 29 | - |
| CMYK | 0.96 | 0 | 0.47 | 0.78 |
| HSL | 150.57º | 0.93% | 0.11% | - |
| HSV(B) | 150.57º | 0.96% | 0.22% | - |
| XYZ | 1.61 | 2.83 | 1.62 | - |
| YUV | 36.19 | 123.94 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 55 | 29 | 0.96 | 0 | 0.47 | 0.78 | 150.57 | 0.93 | 0.11 |
| Hex | 2 | 37 | 1D | 60 | 0 | 2F | 4E | 97 | 5D | B |
| Octal | 2 | 67 | 35 | 140 | 0 | 57 | 116 | 227 | 135 | 13 |
| Binary | 10 | 110111 | 11101 | 1100000 | 0 | 101111 | 1001110 | 10010111 | 1011101 | 1011 |
Color Harmonies of #02371D
Complementary color
Monochromatic Colors of #02371D
Black with #02371D
Text Example
Text Example
White with #02371D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02371D; }
p { color: rgb(2,55,29); }
H1.HeaderClassName
{
color: #02371D;
}
.AnyTagClassName
{
color: #02371D;
}
</style>
background-color css
<style>
a { background-color: #02371D; }
a { background-color: rgb(2,55,29); }
div.DivClassName
{
background-color: #02371D;
}
.BgClassName
{
background-color: #02371D;
}
</style>
border-color css
<style>
span { border-color: #02371D; }
span { border-color: rgb(2,55,29); }
td.TdClassName
{
border-color: #02371D;
}
.TagClassName
{
border-color: #02371D;
}
</style>