Shades of Dark Green #02281B
Tints of Dark Green #02281B
RGB
CMYK
RGB Variations
Color information
#02281B (or 0x02281B) is known color: Dark Green. HEX triplet: 02, 28 and 1B. RGB value is (2,40,27). Sum of RGB (Red+Green+Blue) = 2+40+27=69 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.90% from 69); Green value is 40 (16.02% from 255 or 57.97% from 69); Blue value is 27 (10.94% from 255 or 39.13% from 69); Max value from RGB is 40 - color contains mainly: green. Hex color #02281B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02281B is #FDD7E4. Grayscale: #1B1B1B. Windows color (decimal): -16635877 or 1779714. OLE color: 1779714.
HSL color Cylindrical-coordinate representation of color #02281B: hue angle of 159.47º 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 #02281B is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 2 | 40 | 27 | - |
| CMYK | 0.95 | 0 | 0.33 | 0.84 |
| HSL | 159.47º | 0.9% | 0.08% | - |
| HSV(B) | 159.47º | 0.95% | 0.16% | - |
| XYZ | 0.98 | 1.61 | 1.3 | - |
| YUV | 27.16 | 127.91 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 40 | 27 | 0.95 | 0 | 0.33 | 0.84 | 159.47 | 0.9 | 0.08 |
| Hex | 2 | 28 | 1B | 5F | 0 | 21 | 54 | 9F | 5A | 8 |
| Octal | 2 | 50 | 33 | 137 | 0 | 41 | 124 | 237 | 132 | 10 |
| Binary | 10 | 101000 | 11011 | 1011111 | 0 | 100001 | 1010100 | 10011111 | 1011010 | 1000 |
Color Harmonies of #02281B
Complementary color
Monochromatic Colors of #02281B
Black with #02281B
Text Example
Text Example
White with #02281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02281B; }
p { color: rgb(2,40,27); }
H1.HeaderClassName
{
color: #02281B;
}
.AnyTagClassName
{
color: #02281B;
}
</style>
background-color css
<style>
a { background-color: #02281B; }
a { background-color: rgb(2,40,27); }
div.DivClassName
{
background-color: #02281B;
}
.BgClassName
{
background-color: #02281B;
}
</style>
border-color css
<style>
span { border-color: #02281B; }
span { border-color: rgb(2,40,27); }
td.TdClassName
{
border-color: #02281B;
}
.TagClassName
{
border-color: #02281B;
}
</style>