Shades of Dark Green #002D23
Tints of Dark Green #002D23
RGB
CMYK
RGB Variations
Color information
#002D23 (or 0x002D23) is known color: Dark Green. HEX triplet: 00, 2D and 23. RGB value is (0,45,35). Sum of RGB (Red+Green+Blue) = 0+45+35=80 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 80); Green value is 45 (17.97% from 255 or 56.25% from 80); Blue value is 35 (14.06% from 255 or 43.75% from 80); Max value from RGB is 45 - color contains mainly: green. Hex color #002D23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002D23 is #FFD2DC. Grayscale: #1E1E1E. Windows color (decimal): -16765661 or 2305280. OLE color: 2305280.
HSL color Cylindrical-coordinate representation of color #002D23: hue angle of 166.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 #002D23 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 0 | 45 | 35 | - |
| CMYK | 1 | 0 | 0.22 | 0.82 |
| HSL | 166.67º | 1% | 0.09% | - |
| HSV(B) | 166.67º | 1% | 0.18% | - |
| XYZ | 1.24 | 2 | 1.91 | - |
| YUV | 30.41 | 130.59 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 45 | 35 | 1 | 0 | 0.22 | 0.82 | 166.67 | 1 | 0.09 |
| Hex | 0 | 2D | 23 | 64 | 0 | 16 | 52 | A7 | 64 | 9 |
| Octal | 0 | 55 | 43 | 144 | 0 | 26 | 122 | 247 | 144 | 11 |
| Binary | 0 | 101101 | 100011 | 1100100 | 0 | 10110 | 1010010 | 10100111 | 1100100 | 1001 |
Color Harmonies of #002D23
Complementary color
Monochromatic Colors of #002D23
Black with #002D23
Text Example
Text Example
White with #002D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002D23; }
p { color: rgb(0,45,35); }
H1.HeaderClassName
{
color: #002D23;
}
.AnyTagClassName
{
color: #002D23;
}
</style>
background-color css
<style>
a { background-color: #002D23; }
a { background-color: rgb(0,45,35); }
div.DivClassName
{
background-color: #002D23;
}
.BgClassName
{
background-color: #002D23;
}
</style>
border-color css
<style>
span { border-color: #002D23; }
span { border-color: rgb(0,45,35); }
td.TdClassName
{
border-color: #002D23;
}
.TagClassName
{
border-color: #002D23;
}
</style>