Shades of Dark Green #02372B
Tints of Dark Green #02372B
RGB
CMYK
RGB Variations
Color information
#02372B (or 0x02372B) is known color: Dark Green. HEX triplet: 02, 37 and 2B. RGB value is (2,55,43). Sum of RGB (Red+Green+Blue) = 2+55+43=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 55 (21.88% from 255 or 55% from 100); Blue value is 43 (17.19% from 255 or 43% from 100); Max value from RGB is 55 - color contains mainly: green. Hex color #02372B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02372B is #FDC8D4. Grayscale: #252525. Windows color (decimal): -16632021 or 2832130. OLE color: 2832130.
HSL color Cylindrical-coordinate representation of color #02372B: hue angle of 166.42º 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 #02372B is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 55 | 43 | - |
| CMYK | 0.96 | 0 | 0.22 | 0.78 |
| HSL | 166.42º | 0.93% | 0.11% | - |
| HSV(B) | 166.42º | 0.96% | 0.22% | - |
| XYZ | 1.83 | 2.92 | 2.75 | - |
| YUV | 37.79 | 130.94 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 55 | 43 | 0.96 | 0 | 0.22 | 0.78 | 166.42 | 0.93 | 0.11 |
| Hex | 2 | 37 | 2B | 60 | 0 | 16 | 4E | A6 | 5D | B |
| Octal | 2 | 67 | 53 | 140 | 0 | 26 | 116 | 246 | 135 | 13 |
| Binary | 10 | 110111 | 101011 | 1100000 | 0 | 10110 | 1001110 | 10100110 | 1011101 | 1011 |
Color Harmonies of #02372B
Complementary color
Monochromatic Colors of #02372B
Black with #02372B
Text Example
Text Example
White with #02372B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02372B; }
p { color: rgb(2,55,43); }
H1.HeaderClassName
{
color: #02372B;
}
.AnyTagClassName
{
color: #02372B;
}
</style>
background-color css
<style>
a { background-color: #02372B; }
a { background-color: rgb(2,55,43); }
div.DivClassName
{
background-color: #02372B;
}
.BgClassName
{
background-color: #02372B;
}
</style>
border-color css
<style>
span { border-color: #02372B; }
span { border-color: rgb(2,55,43); }
td.TdClassName
{
border-color: #02372B;
}
.TagClassName
{
border-color: #02372B;
}
</style>