Shades of Dark Green #00280B
Tints of Dark Green #00280B
RGB
CMYK
RGB Variations
Color information
#00280B (or 0x00280B) is known color: Dark Green. HEX triplet: 00, 28 and 0B. RGB value is (0,40,11). Sum of RGB (Red+Green+Blue) = 0+40+11=51 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 51); Green value is 40 (16.02% from 255 or 78.43% from 51); Blue value is 11 (4.69% from 255 or 21.57% from 51); Max value from RGB is 40 - color contains mainly: green. Hex color #00280B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00280B is #FFD7F4. Grayscale: #181818. Windows color (decimal): -16766965 or 731136. OLE color: 731136.
HSL color Cylindrical-coordinate representation of color #00280B: hue angle of 136.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 #00280B is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 40 | 11 | - |
| CMYK | 1 | 0 | 0.72 | 0.84 |
| HSL | 136.5º | 1% | 0.08% | - |
| HSV(B) | 136.5º | 1% | 0.16% | - |
| XYZ | 0.82 | 1.54 | 0.57 | - |
| YUV | 24.73 | 120.25 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 11 | 1 | 0 | 0.72 | 0.84 | 136.5 | 1 | 0.08 |
| Hex | 0 | 28 | B | 64 | 0 | 48 | 54 | 88 | 64 | 8 |
| Octal | 0 | 50 | 13 | 144 | 0 | 110 | 124 | 210 | 144 | 10 |
| Binary | 0 | 101000 | 1011 | 1100100 | 0 | 1001000 | 1010100 | 10001000 | 1100100 | 1000 |
Color Harmonies of #00280B
Complementary color
Monochromatic Colors of #00280B
Black with #00280B
Text Example
Text Example
White with #00280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00280B; }
p { color: rgb(0,40,11); }
H1.HeaderClassName
{
color: #00280B;
}
.AnyTagClassName
{
color: #00280B;
}
</style>
background-color css
<style>
a { background-color: #00280B; }
a { background-color: rgb(0,40,11); }
div.DivClassName
{
background-color: #00280B;
}
.BgClassName
{
background-color: #00280B;
}
</style>
border-color css
<style>
span { border-color: #00280B; }
span { border-color: rgb(0,40,11); }
td.TdClassName
{
border-color: #00280B;
}
.TagClassName
{
border-color: #00280B;
}
</style>