Shades of Dark Green #02361A
Tints of Dark Green #02361A
RGB
CMYK
RGB Variations
Color information
#02361A (or 0x02361A) is known color: Dark Green. HEX triplet: 02, 36 and 1A. RGB value is (2,54,26). Sum of RGB (Red+Green+Blue) = 2+54+26=82 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.44% from 82); Green value is 54 (21.48% from 255 or 65.85% from 82); Blue value is 26 (10.55% from 255 or 31.71% from 82); Max value from RGB is 54 - color contains mainly: green. Hex color #02361A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02361A is #FDC9E5. Grayscale: #232323. Windows color (decimal): -16632294 or 1717762. OLE color: 1717762.
HSL color Cylindrical-coordinate representation of color #02361A: hue angle of 147.69º 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 #02361A is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 2 | 54 | 26 | - |
| CMYK | 0.96 | 0 | 0.52 | 0.79 |
| HSL | 147.69º | 0.93% | 0.11% | - |
| HSV(B) | 147.69º | 0.96% | 0.21% | - |
| XYZ | 1.53 | 2.73 | 1.42 | - |
| YUV | 35.26 | 122.77 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 54 | 26 | 0.96 | 0 | 0.52 | 0.79 | 147.69 | 0.93 | 0.11 |
| Hex | 2 | 36 | 1A | 60 | 0 | 34 | 4F | 94 | 5D | B |
| Octal | 2 | 66 | 32 | 140 | 0 | 64 | 117 | 224 | 135 | 13 |
| Binary | 10 | 110110 | 11010 | 1100000 | 0 | 110100 | 1001111 | 10010100 | 1011101 | 1011 |
Color Harmonies of #02361A
Complementary color
Monochromatic Colors of #02361A
Black with #02361A
Text Example
Text Example
White with #02361A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02361A; }
p { color: rgb(2,54,26); }
H1.HeaderClassName
{
color: #02361A;
}
.AnyTagClassName
{
color: #02361A;
}
</style>
background-color css
<style>
a { background-color: #02361A; }
a { background-color: rgb(2,54,26); }
div.DivClassName
{
background-color: #02361A;
}
.BgClassName
{
background-color: #02361A;
}
</style>
border-color css
<style>
span { border-color: #02361A; }
span { border-color: rgb(2,54,26); }
td.TdClassName
{
border-color: #02361A;
}
.TagClassName
{
border-color: #02361A;
}
</style>