Shades of Dark Green #002C0B
Tints of Dark Green #002C0B
RGB
CMYK
RGB Variations
Color information
#002C0B (or 0x002C0B) is known color: Dark Green. HEX triplet: 00, 2C and 0B. RGB value is (0,44,11). Sum of RGB (Red+Green+Blue) = 0+44+11=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 44 (17.58% from 255 or 80% from 55); Blue value is 11 (4.69% from 255 or 20% from 55); Max value from RGB is 44 - color contains mainly: green. Hex color #002C0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002C0B is #FFD3F4. Grayscale: #1B1B1B. Windows color (decimal): -16765941 or 732160. OLE color: 732160.
HSL color Cylindrical-coordinate representation of color #002C0B: hue angle of 135º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002C0B is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 0 | 44 | 11 | - |
| CMYK | 1 | 0 | 0.75 | 0.83 |
| HSL | 135º | 1% | 0.09% | - |
| HSV(B) | 135º | 1% | 0.17% | - |
| XYZ | 0.96 | 1.83 | 0.62 | - |
| YUV | 27.08 | 118.92 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 11 | 1 | 0 | 0.75 | 0.83 | 135 | 1 | 0.09 |
| Hex | 0 | 2C | B | 64 | 0 | 4B | 53 | 87 | 64 | 9 |
| Octal | 0 | 54 | 13 | 144 | 0 | 113 | 123 | 207 | 144 | 11 |
| Binary | 0 | 101100 | 1011 | 1100100 | 0 | 1001011 | 1010011 | 10000111 | 1100100 | 1001 |
Color Harmonies of #002C0B
Complementary color
Monochromatic Colors of #002C0B
Black with #002C0B
Text Example
Text Example
White with #002C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002C0B; }
p { color: rgb(0,44,11); }
H1.HeaderClassName
{
color: #002C0B;
}
.AnyTagClassName
{
color: #002C0B;
}
</style>
background-color css
<style>
a { background-color: #002C0B; }
a { background-color: rgb(0,44,11); }
div.DivClassName
{
background-color: #002C0B;
}
.BgClassName
{
background-color: #002C0B;
}
</style>
border-color css
<style>
span { border-color: #002C0B; }
span { border-color: rgb(0,44,11); }
td.TdClassName
{
border-color: #002C0B;
}
.TagClassName
{
border-color: #002C0B;
}
</style>