Shades of Dark Green #002D2D
Tints of Dark Green #002D2D
RGB
CMYK
RGB Variations
Color information
#002D2D (or 0x002D2D) is known color: Dark Green. HEX triplet: 00, 2D and 2D. RGB value is (0,45,45). Sum of RGB (Red+Green+Blue) = 0+45+45=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 45 (17.97% from 255 or 50% from 90); Blue value is 45 (17.97% from 255 or 50% from 90); Max value from RGB is 45 - color contains mainly: green, blue. Hex color #002D2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002D2D is #FFD2D2. Grayscale: #1F1F1F. Windows color (decimal): -16765651 or 2960640. OLE color: 2960640.
HSL color Cylindrical-coordinate representation of color #002D2D: hue angle of 180º 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 #002D2D is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 0 | 45 | 45 | - |
| CMYK | 1 | 0 | 0 | 0.82 |
| HSL | 180º | 1% | 0.09% | - |
| HSV(B) | 180º | 1% | 0.18% | - |
| XYZ | 1.41 | 2.07 | 2.81 | - |
| YUV | 31.55 | 135.59 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 45 | 45 | 1 | 0 | 0 | 0.82 | 180 | 1 | 0.09 |
| Hex | 0 | 2D | 2D | 64 | 0 | 0 | 52 | B4 | 64 | 9 |
| Octal | 0 | 55 | 55 | 144 | 0 | 0 | 122 | 264 | 144 | 11 |
| Binary | 0 | 101101 | 101101 | 1100100 | 0 | 0 | 1010010 | 10110100 | 1100100 | 1001 |
Color Harmonies of #002D2D
Complementary color
Monochromatic Colors of #002D2D
Black with #002D2D
Text Example
Text Example
White with #002D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002D2D; }
p { color: rgb(0,45,45); }
H1.HeaderClassName
{
color: #002D2D;
}
.AnyTagClassName
{
color: #002D2D;
}
</style>
background-color css
<style>
a { background-color: #002D2D; }
a { background-color: rgb(0,45,45); }
div.DivClassName
{
background-color: #002D2D;
}
.BgClassName
{
background-color: #002D2D;
}
</style>
border-color css
<style>
span { border-color: #002D2D; }
span { border-color: rgb(0,45,45); }
td.TdClassName
{
border-color: #002D2D;
}
.TagClassName
{
border-color: #002D2D;
}
</style>