Shades of Dark Green #002D0B
Tints of Dark Green #002D0B
RGB
CMYK
RGB Variations
Color information
#002D0B (or 0x002D0B) is known color: Dark Green. HEX triplet: 00, 2D and 0B. RGB value is (0,45,11). Sum of RGB (Red+Green+Blue) = 0+45+11=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 45 (17.97% from 255 or 80.36% from 56); Blue value is 11 (4.69% from 255 or 19.64% from 56); Max value from RGB is 45 - color contains mainly: green. Hex color #002D0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002D0B is #FFD2F4. Grayscale: #1B1B1B. Windows color (decimal): -16765685 or 732416. OLE color: 732416.
HSL color Cylindrical-coordinate representation of color #002D0B: hue angle of 134.67º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002D0B is Cyan = 1, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 0 | 45 | 11 | - |
| CMYK | 1 | 0 | 0.76 | 0.82 |
| HSL | 134.67º | 1% | 0.09% | - |
| HSV(B) | 134.67º | 1% | 0.18% | - |
| XYZ | 1 | 1.9 | 0.63 | - |
| YUV | 27.67 | 118.59 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 45 | 11 | 1 | 0 | 0.76 | 0.82 | 134.67 | 1 | 0.09 |
| Hex | 0 | 2D | B | 64 | 0 | 4C | 52 | 87 | 64 | 9 |
| Octal | 0 | 55 | 13 | 144 | 0 | 114 | 122 | 207 | 144 | 11 |
| Binary | 0 | 101101 | 1011 | 1100100 | 0 | 1001100 | 1010010 | 10000111 | 1100100 | 1001 |
Color Harmonies of #002D0B
Complementary color
Monochromatic Colors of #002D0B
Black with #002D0B
Text Example
Text Example
White with #002D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002D0B; }
p { color: rgb(0,45,11); }
H1.HeaderClassName
{
color: #002D0B;
}
.AnyTagClassName
{
color: #002D0B;
}
</style>
background-color css
<style>
a { background-color: #002D0B; }
a { background-color: rgb(0,45,11); }
div.DivClassName
{
background-color: #002D0B;
}
.BgClassName
{
background-color: #002D0B;
}
</style>
border-color css
<style>
span { border-color: #002D0B; }
span { border-color: rgb(0,45,11); }
td.TdClassName
{
border-color: #002D0B;
}
.TagClassName
{
border-color: #002D0B;
}
</style>