Shades of Dark Green #02281A
Tints of Dark Green #02281A
RGB
CMYK
RGB Variations
Color information
#02281A (or 0x02281A) is known color: Dark Green. HEX triplet: 02, 28 and 1A. RGB value is (2,40,26). Sum of RGB (Red+Green+Blue) = 2+40+26=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 40 (16.02% from 255 or 58.82% from 68); Blue value is 26 (10.55% from 255 or 38.24% from 68); Max value from RGB is 40 - color contains mainly: green. Hex color #02281A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02281A is #FDD7E5. Grayscale: #1B1B1B. Windows color (decimal): -16635878 or 1714178. OLE color: 1714178.
HSL color Cylindrical-coordinate representation of color #02281A: hue angle of 157.89º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #02281A is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 2 | 40 | 26 | - |
| CMYK | 0.95 | 0 | 0.35 | 0.84 |
| HSL | 157.89º | 0.9% | 0.08% | - |
| HSV(B) | 157.89º | 0.95% | 0.16% | - |
| XYZ | 0.97 | 1.61 | 1.24 | - |
| YUV | 27.04 | 127.41 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 40 | 26 | 0.95 | 0 | 0.35 | 0.84 | 157.89 | 0.9 | 0.08 |
| Hex | 2 | 28 | 1A | 5F | 0 | 23 | 54 | 9E | 5A | 8 |
| Octal | 2 | 50 | 32 | 137 | 0 | 43 | 124 | 236 | 132 | 10 |
| Binary | 10 | 101000 | 11010 | 1011111 | 0 | 100011 | 1010100 | 10011110 | 1011010 | 1000 |
Color Harmonies of #02281A
Complementary color
Monochromatic Colors of #02281A
Black with #02281A
Text Example
Text Example
White with #02281A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02281A; }
p { color: rgb(2,40,26); }
H1.HeaderClassName
{
color: #02281A;
}
.AnyTagClassName
{
color: #02281A;
}
</style>
background-color css
<style>
a { background-color: #02281A; }
a { background-color: rgb(2,40,26); }
div.DivClassName
{
background-color: #02281A;
}
.BgClassName
{
background-color: #02281A;
}
</style>
border-color css
<style>
span { border-color: #02281A; }
span { border-color: rgb(2,40,26); }
td.TdClassName
{
border-color: #02281A;
}
.TagClassName
{
border-color: #02281A;
}
</style>