Shades of Dark Green #02281E
Tints of Dark Green #02281E
RGB
CMYK
RGB Variations
Color information
#02281E (or 0x02281E) is known color: Dark Green. HEX triplet: 02, 28 and 1E. RGB value is (2,40,30). Sum of RGB (Red+Green+Blue) = 2+40+30=72 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.78% from 72); Green value is 40 (16.02% from 255 or 55.56% from 72); Blue value is 30 (12.11% from 255 or 41.67% from 72); Max value from RGB is 40 - color contains mainly: green. Hex color #02281E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02281E is #FDD7E1. Grayscale: #1B1B1B. Windows color (decimal): -16635874 or 1976322. OLE color: 1976322.
HSL color Cylindrical-coordinate representation of color #02281E: hue angle of 164.21º 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 #02281E is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 2 | 40 | 30 | - |
| CMYK | 0.95 | 0 | 0.25 | 0.84 |
| HSL | 164.21º | 0.9% | 0.08% | - |
| HSV(B) | 164.21º | 0.95% | 0.16% | - |
| XYZ | 1.02 | 1.62 | 1.49 | - |
| YUV | 27.5 | 129.41 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 40 | 30 | 0.95 | 0 | 0.25 | 0.84 | 164.21 | 0.9 | 0.08 |
| Hex | 2 | 28 | 1E | 5F | 0 | 19 | 54 | A4 | 5A | 8 |
| Octal | 2 | 50 | 36 | 137 | 0 | 31 | 124 | 244 | 132 | 10 |
| Binary | 10 | 101000 | 11110 | 1011111 | 0 | 11001 | 1010100 | 10100100 | 1011010 | 1000 |
Color Harmonies of #02281E
Complementary color
Monochromatic Colors of #02281E
Black with #02281E
Text Example
Text Example
White with #02281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02281E; }
p { color: rgb(2,40,30); }
H1.HeaderClassName
{
color: #02281E;
}
.AnyTagClassName
{
color: #02281E;
}
</style>
background-color css
<style>
a { background-color: #02281E; }
a { background-color: rgb(2,40,30); }
div.DivClassName
{
background-color: #02281E;
}
.BgClassName
{
background-color: #02281E;
}
</style>
border-color css
<style>
span { border-color: #02281E; }
span { border-color: rgb(2,40,30); }
td.TdClassName
{
border-color: #02281E;
}
.TagClassName
{
border-color: #02281E;
}
</style>