Shades of Dark Green #02372D
Tints of Dark Green #02372D
RGB
CMYK
RGB Variations
Color information
#02372D (or 0x02372D) is known color: Dark Green. HEX triplet: 02, 37 and 2D. RGB value is (2,55,45). Sum of RGB (Red+Green+Blue) = 2+55+45=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 55 (21.88% from 255 or 53.92% from 102); Blue value is 45 (17.97% from 255 or 44.12% from 102); Max value from RGB is 55 - color contains mainly: green. Hex color #02372D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02372D is #FDC8D2. Grayscale: #262626. Windows color (decimal): -16632019 or 2963202. OLE color: 2963202.
HSL color Cylindrical-coordinate representation of color #02372D: hue angle of 168.68º 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 #02372D is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 55 | 45 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.78 |
| HSL | 168.68º | 0.93% | 0.11% | - |
| HSV(B) | 168.68º | 0.96% | 0.22% | - |
| XYZ | 1.86 | 2.93 | 2.95 | - |
| YUV | 38.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 55 | 45 | 0.96 | 0 | 0.18 | 0.78 | 168.68 | 0.93 | 0.11 |
| Hex | 2 | 37 | 2D | 60 | 0 | 12 | 4E | A9 | 5D | B |
| Octal | 2 | 67 | 55 | 140 | 0 | 22 | 116 | 251 | 135 | 13 |
| Binary | 10 | 110111 | 101101 | 1100000 | 0 | 10010 | 1001110 | 10101001 | 1011101 | 1011 |
Color Harmonies of #02372D
Complementary color
Monochromatic Colors of #02372D
Black with #02372D
Text Example
Text Example
White with #02372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02372D; }
p { color: rgb(2,55,45); }
H1.HeaderClassName
{
color: #02372D;
}
.AnyTagClassName
{
color: #02372D;
}
</style>
background-color css
<style>
a { background-color: #02372D; }
a { background-color: rgb(2,55,45); }
div.DivClassName
{
background-color: #02372D;
}
.BgClassName
{
background-color: #02372D;
}
</style>
border-color css
<style>
span { border-color: #02372D; }
span { border-color: rgb(2,55,45); }
td.TdClassName
{
border-color: #02372D;
}
.TagClassName
{
border-color: #02372D;
}
</style>