Shades of Dark Green #02372C
Tints of Dark Green #02372C
RGB
CMYK
RGB Variations
Color information
#02372C (or 0x02372C) is known color: Dark Green. HEX triplet: 02, 37 and 2C. RGB value is (2,55,44). Sum of RGB (Red+Green+Blue) = 2+55+44=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 55 (21.88% from 255 or 54.46% from 101); Blue value is 44 (17.58% from 255 or 43.56% from 101); Max value from RGB is 55 - color contains mainly: green. Hex color #02372C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02372C is #FDC8D3. Grayscale: #252525. Windows color (decimal): -16632020 or 2897666. OLE color: 2897666.
HSL color Cylindrical-coordinate representation of color #02372C: hue angle of 167.55º 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 #02372C is Cyan = 0.96, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 55 | 44 | - |
| CMYK | 0.96 | 0 | 0.2 | 0.78 |
| HSL | 167.55º | 0.93% | 0.11% | - |
| HSV(B) | 167.55º | 0.96% | 0.22% | - |
| XYZ | 1.85 | 2.93 | 2.85 | - |
| YUV | 37.9 | 131.44 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 55 | 44 | 0.96 | 0 | 0.2 | 0.78 | 167.55 | 0.93 | 0.11 |
| Hex | 2 | 37 | 2C | 60 | 0 | 14 | 4E | A8 | 5D | B |
| Octal | 2 | 67 | 54 | 140 | 0 | 24 | 116 | 250 | 135 | 13 |
| Binary | 10 | 110111 | 101100 | 1100000 | 0 | 10100 | 1001110 | 10101000 | 1011101 | 1011 |
Color Harmonies of #02372C
Complementary color
Monochromatic Colors of #02372C
Black with #02372C
Text Example
Text Example
White with #02372C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02372C; }
p { color: rgb(2,55,44); }
H1.HeaderClassName
{
color: #02372C;
}
.AnyTagClassName
{
color: #02372C;
}
</style>
background-color css
<style>
a { background-color: #02372C; }
a { background-color: rgb(2,55,44); }
div.DivClassName
{
background-color: #02372C;
}
.BgClassName
{
background-color: #02372C;
}
</style>
border-color css
<style>
span { border-color: #02372C; }
span { border-color: rgb(2,55,44); }
td.TdClassName
{
border-color: #02372C;
}
.TagClassName
{
border-color: #02372C;
}
</style>