Shades of Dark Green #02361C
Tints of Dark Green #02361C
RGB
CMYK
RGB Variations
Color information
#02361C (or 0x02361C) is known color: Dark Green. HEX triplet: 02, 36 and 1C. RGB value is (2,54,28). Sum of RGB (Red+Green+Blue) = 2+54+28=84 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.38% from 84); Green value is 54 (21.48% from 255 or 64.29% from 84); Blue value is 28 (11.33% from 255 or 33.33% from 84); Max value from RGB is 54 - color contains mainly: green. Hex color #02361C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02361C is #FDC9E3. Grayscale: #232323. Windows color (decimal): -16632292 or 1848834. OLE color: 1848834.
HSL color Cylindrical-coordinate representation of color #02361C: hue angle of 150º 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 #02361C is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 2 | 54 | 28 | - |
| CMYK | 0.96 | 0 | 0.48 | 0.79 |
| HSL | 150º | 0.93% | 0.11% | - |
| HSV(B) | 150º | 0.96% | 0.21% | - |
| XYZ | 1.55 | 2.74 | 1.54 | - |
| YUV | 35.49 | 123.77 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 54 | 28 | 0.96 | 0 | 0.48 | 0.79 | 150 | 0.93 | 0.11 |
| Hex | 2 | 36 | 1C | 60 | 0 | 30 | 4F | 96 | 5D | B |
| Octal | 2 | 66 | 34 | 140 | 0 | 60 | 117 | 226 | 135 | 13 |
| Binary | 10 | 110110 | 11100 | 1100000 | 0 | 110000 | 1001111 | 10010110 | 1011101 | 1011 |
Color Harmonies of #02361C
Complementary color
Monochromatic Colors of #02361C
Black with #02361C
Text Example
Text Example
White with #02361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02361C; }
p { color: rgb(2,54,28); }
H1.HeaderClassName
{
color: #02361C;
}
.AnyTagClassName
{
color: #02361C;
}
</style>
background-color css
<style>
a { background-color: #02361C; }
a { background-color: rgb(2,54,28); }
div.DivClassName
{
background-color: #02361C;
}
.BgClassName
{
background-color: #02361C;
}
</style>
border-color css
<style>
span { border-color: #02361C; }
span { border-color: rgb(2,54,28); }
td.TdClassName
{
border-color: #02361C;
}
.TagClassName
{
border-color: #02361C;
}
</style>