Shades of Dark Green #022D2B
Tints of Dark Green #022D2B
RGB
CMYK
RGB Variations
Color information
#022D2B (or 0x022D2B) is known color: Dark Green. HEX triplet: 02, 2D and 2B. RGB value is (2,45,43). Sum of RGB (Red+Green+Blue) = 2+45+43=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 45 (17.97% from 255 or 50% from 90); Blue value is 43 (17.19% from 255 or 47.78% from 90); Max value from RGB is 45 - color contains mainly: green. Hex color #022D2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022D2B is #FDD2D4. Grayscale: #1F1F1F. Windows color (decimal): -16634581 or 2829570. OLE color: 2829570.
HSL color Cylindrical-coordinate representation of color #022D2B: hue angle of 177.21º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022D2B is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 45 | 43 | - |
| CMYK | 0.96 | 0 | 0.04 | 0.82 |
| HSL | 177.21º | 0.91% | 0.09% | - |
| HSV(B) | 177.21º | 0.96% | 0.18% | - |
| XYZ | 1.4 | 2.06 | 2.61 | - |
| YUV | 31.92 | 134.25 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 43 | 0.96 | 0 | 0.04 | 0.82 | 177.21 | 0.91 | 0.09 |
| Hex | 2 | 2D | 2B | 60 | 0 | 4 | 52 | B1 | 5B | 9 |
| Octal | 2 | 55 | 53 | 140 | 0 | 4 | 122 | 261 | 133 | 11 |
| Binary | 10 | 101101 | 101011 | 1100000 | 0 | 100 | 1010010 | 10110001 | 1011011 | 1001 |
Color Harmonies of #022D2B
Complementary color
Monochromatic Colors of #022D2B
Black with #022D2B
Text Example
Text Example
White with #022D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022D2B; }
p { color: rgb(2,45,43); }
H1.HeaderClassName
{
color: #022D2B;
}
.AnyTagClassName
{
color: #022D2B;
}
</style>
background-color css
<style>
a { background-color: #022D2B; }
a { background-color: rgb(2,45,43); }
div.DivClassName
{
background-color: #022D2B;
}
.BgClassName
{
background-color: #022D2B;
}
</style>
border-color css
<style>
span { border-color: #022D2B; }
span { border-color: rgb(2,45,43); }
td.TdClassName
{
border-color: #022D2B;
}
.TagClassName
{
border-color: #022D2B;
}
</style>