Shades of Dark Green #02362D
Tints of Dark Green #02362D
RGB
CMYK
RGB Variations
Color information
#02362D (or 0x02362D) is known color: Dark Green. HEX triplet: 02, 36 and 2D. RGB value is (2,54,45). Sum of RGB (Red+Green+Blue) = 2+54+45=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 54 (21.48% from 255 or 53.47% from 101); Blue value is 45 (17.97% from 255 or 44.55% from 101); Max value from RGB is 54 - color contains mainly: green. Hex color #02362D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02362D is #FDC9D2. Grayscale: #252525. Windows color (decimal): -16632275 or 2962946. OLE color: 2962946.
HSL color Cylindrical-coordinate representation of color #02362D: hue angle of 169.62º 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 #02362D is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 2 | 54 | 45 | - |
| CMYK | 0.96 | 0 | 0.17 | 0.79 |
| HSL | 169.62º | 0.93% | 0.11% | - |
| HSV(B) | 169.62º | 0.96% | 0.21% | - |
| XYZ | 1.82 | 2.84 | 2.94 | - |
| YUV | 37.43 | 132.27 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 54 | 45 | 0.96 | 0 | 0.17 | 0.79 | 169.62 | 0.93 | 0.11 |
| Hex | 2 | 36 | 2D | 60 | 0 | 11 | 4F | AA | 5D | B |
| Octal | 2 | 66 | 55 | 140 | 0 | 21 | 117 | 252 | 135 | 13 |
| Binary | 10 | 110110 | 101101 | 1100000 | 0 | 10001 | 1001111 | 10101010 | 1011101 | 1011 |
Color Harmonies of #02362D
Complementary color
Monochromatic Colors of #02362D
Black with #02362D
Text Example
Text Example
White with #02362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02362D; }
p { color: rgb(2,54,45); }
H1.HeaderClassName
{
color: #02362D;
}
.AnyTagClassName
{
color: #02362D;
}
</style>
background-color css
<style>
a { background-color: #02362D; }
a { background-color: rgb(2,54,45); }
div.DivClassName
{
background-color: #02362D;
}
.BgClassName
{
background-color: #02362D;
}
</style>
border-color css
<style>
span { border-color: #02362D; }
span { border-color: rgb(2,54,45); }
td.TdClassName
{
border-color: #02362D;
}
.TagClassName
{
border-color: #02362D;
}
</style>