Shades of Dark Green #00280E
Tints of Dark Green #00280E
RGB
CMYK
RGB Variations
Color information
#00280E (or 0x00280E) is known color: Dark Green. HEX triplet: 00, 28 and 0E. RGB value is (0,40,14). Sum of RGB (Red+Green+Blue) = 0+40+14=54 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 54); Green value is 40 (16.02% from 255 or 74.07% from 54); Blue value is 14 (5.86% from 255 or 25.93% from 54); Max value from RGB is 40 - color contains mainly: green. Hex color #00280E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00280E is #FFD7F1. Grayscale: #191919. Windows color (decimal): -16766962 or 927744. OLE color: 927744.
HSL color Cylindrical-coordinate representation of color #00280E: hue angle of 141º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00280E is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 40 | 14 | - |
| CMYK | 1 | 0 | 0.65 | 0.84 |
| HSL | 141º | 1% | 0.08% | - |
| HSV(B) | 141º | 1% | 0.16% | - |
| XYZ | 0.84 | 1.55 | 0.67 | - |
| YUV | 25.08 | 121.75 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 14 | 1 | 0 | 0.65 | 0.84 | 141 | 1 | 0.08 |
| Hex | 0 | 28 | E | 64 | 0 | 41 | 54 | 8D | 64 | 8 |
| Octal | 0 | 50 | 16 | 144 | 0 | 101 | 124 | 215 | 144 | 10 |
| Binary | 0 | 101000 | 1110 | 1100100 | 0 | 1000001 | 1010100 | 10001101 | 1100100 | 1000 |
Color Harmonies of #00280E
Complementary color
Monochromatic Colors of #00280E
Black with #00280E
Text Example
Text Example
White with #00280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00280E; }
p { color: rgb(0,40,14); }
H1.HeaderClassName
{
color: #00280E;
}
.AnyTagClassName
{
color: #00280E;
}
</style>
background-color css
<style>
a { background-color: #00280E; }
a { background-color: rgb(0,40,14); }
div.DivClassName
{
background-color: #00280E;
}
.BgClassName
{
background-color: #00280E;
}
</style>
border-color css
<style>
span { border-color: #00280E; }
span { border-color: rgb(0,40,14); }
td.TdClassName
{
border-color: #00280E;
}
.TagClassName
{
border-color: #00280E;
}
</style>