Shades of Dark Green #00281D
Tints of Dark Green #00281D
RGB
CMYK
RGB Variations
Color information
#00281D (or 0x00281D) is known color: Dark Green. HEX triplet: 00, 28 and 1D. RGB value is (0,40,29). Sum of RGB (Red+Green+Blue) = 0+40+29=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 40 (16.02% from 255 or 57.97% from 69); Blue value is 29 (11.72% from 255 or 42.03% from 69); Max value from RGB is 40 - color contains mainly: green. Hex color #00281D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00281D is #FFD7E2. Grayscale: #1A1A1A. Windows color (decimal): -16766947 or 1910784. OLE color: 1910784.
HSL color Cylindrical-coordinate representation of color #00281D: hue angle of 163.5º 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 #00281D is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 40 | 29 | - |
| CMYK | 1 | 0 | 0.28 | 0.84 |
| HSL | 163.5º | 1% | 0.08% | - |
| HSV(B) | 163.5º | 1% | 0.16% | - |
| XYZ | 0.98 | 1.61 | 1.42 | - |
| YUV | 26.79 | 129.25 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 29 | 1 | 0 | 0.28 | 0.84 | 163.5 | 1 | 0.08 |
| Hex | 0 | 28 | 1D | 64 | 0 | 1C | 54 | A4 | 64 | 8 |
| Octal | 0 | 50 | 35 | 144 | 0 | 34 | 124 | 244 | 144 | 10 |
| Binary | 0 | 101000 | 11101 | 1100100 | 0 | 11100 | 1010100 | 10100100 | 1100100 | 1000 |
Color Harmonies of #00281D
Complementary color
Monochromatic Colors of #00281D
Black with #00281D
Text Example
Text Example
White with #00281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00281D; }
p { color: rgb(0,40,29); }
H1.HeaderClassName
{
color: #00281D;
}
.AnyTagClassName
{
color: #00281D;
}
</style>
background-color css
<style>
a { background-color: #00281D; }
a { background-color: rgb(0,40,29); }
div.DivClassName
{
background-color: #00281D;
}
.BgClassName
{
background-color: #00281D;
}
</style>
border-color css
<style>
span { border-color: #00281D; }
span { border-color: rgb(0,40,29); }
td.TdClassName
{
border-color: #00281D;
}
.TagClassName
{
border-color: #00281D;
}
</style>