Shades of Dark Green #02392C
Tints of Dark Green #02392C
RGB
CMYK
RGB Variations
Color information
#02392C (or 0x02392C) is known color: Dark Green. HEX triplet: 02, 39 and 2C. RGB value is (2,57,44). Sum of RGB (Red+Green+Blue) = 2+57+44=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 57 (22.66% from 255 or 55.34% from 103); Blue value is 44 (17.58% from 255 or 42.72% from 103); Max value from RGB is 57 - color contains mainly: green. Hex color #02392C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02392C is #FDC6D3. Grayscale: #272727. Windows color (decimal): -16631508 or 2898178. OLE color: 2898178.
HSL color Cylindrical-coordinate representation of color #02392C: hue angle of 165.82º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02392C is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 57 | 44 | - |
| CMYK | 0.96 | 0 | 0.23 | 0.78 |
| HSL | 165.82º | 0.93% | 0.12% | - |
| HSV(B) | 165.82º | 0.96% | 0.22% | - |
| XYZ | 1.94 | 3.12 | 2.88 | - |
| YUV | 39.07 | 130.78 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 57 | 44 | 0.96 | 0 | 0.23 | 0.78 | 165.82 | 0.93 | 0.12 |
| Hex | 2 | 39 | 2C | 60 | 0 | 17 | 4E | A6 | 5D | C |
| Octal | 2 | 71 | 54 | 140 | 0 | 27 | 116 | 246 | 135 | 14 |
| Binary | 10 | 111001 | 101100 | 1100000 | 0 | 10111 | 1001110 | 10100110 | 1011101 | 1100 |
Color Harmonies of #02392C
Complementary color
Monochromatic Colors of #02392C
Black with #02392C
Text Example
Text Example
White with #02392C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02392C; }
p { color: rgb(2,57,44); }
H1.HeaderClassName
{
color: #02392C;
}
.AnyTagClassName
{
color: #02392C;
}
</style>
background-color css
<style>
a { background-color: #02392C; }
a { background-color: rgb(2,57,44); }
div.DivClassName
{
background-color: #02392C;
}
.BgClassName
{
background-color: #02392C;
}
</style>
border-color css
<style>
span { border-color: #02392C; }
span { border-color: rgb(2,57,44); }
td.TdClassName
{
border-color: #02392C;
}
.TagClassName
{
border-color: #02392C;
}
</style>