Shades of Dark Green #02362F
Tints of Dark Green #02362F
RGB
CMYK
RGB Variations
Color information
#02362F (or 0x02362F) is known color: Dark Green. HEX triplet: 02, 36 and 2F. RGB value is (2,54,47). Sum of RGB (Red+Green+Blue) = 2+54+47=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 54 (21.48% from 255 or 52.43% from 103); Blue value is 47 (18.75% from 255 or 45.63% from 103); Max value from RGB is 54 - color contains mainly: green. Hex color #02362F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02362F is #FDC9D0. Grayscale: #252525. Windows color (decimal): -16632273 or 3094018. OLE color: 3094018.
HSL color Cylindrical-coordinate representation of color #02362F: hue angle of 171.92º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02362F is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 2 | 54 | 47 | - |
| CMYK | 0.96 | 0 | 0.13 | 0.79 |
| HSL | 171.92º | 0.93% | 0.11% | - |
| HSV(B) | 171.92º | 0.96% | 0.21% | - |
| XYZ | 1.86 | 2.86 | 3.14 | - |
| YUV | 37.65 | 133.27 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 54 | 47 | 0.96 | 0 | 0.13 | 0.79 | 171.92 | 0.93 | 0.11 |
| Hex | 2 | 36 | 2F | 60 | 0 | D | 4F | AC | 5D | B |
| Octal | 2 | 66 | 57 | 140 | 0 | 15 | 117 | 254 | 135 | 13 |
| Binary | 10 | 110110 | 101111 | 1100000 | 0 | 1101 | 1001111 | 10101100 | 1011101 | 1011 |
Color Harmonies of #02362F
Complementary color
Monochromatic Colors of #02362F
Black with #02362F
Text Example
Text Example
White with #02362F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02362F; }
p { color: rgb(2,54,47); }
H1.HeaderClassName
{
color: #02362F;
}
.AnyTagClassName
{
color: #02362F;
}
</style>
background-color css
<style>
a { background-color: #02362F; }
a { background-color: rgb(2,54,47); }
div.DivClassName
{
background-color: #02362F;
}
.BgClassName
{
background-color: #02362F;
}
</style>
border-color css
<style>
span { border-color: #02362F; }
span { border-color: rgb(2,54,47); }
td.TdClassName
{
border-color: #02362F;
}
.TagClassName
{
border-color: #02362F;
}
</style>