Shades of Dark Green #022727
Tints of Dark Green #022727
RGB
CMYK
RGB Variations
Color information
#022727 (or 0x022727) is known color: Dark Green. HEX triplet: 02, 27 and 27. RGB value is (2,39,39). Sum of RGB (Red+Green+Blue) = 2+39+39=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 39 (15.62% from 255 or 48.75% from 80); Blue value is 39 (15.62% from 255 or 48.75% from 80); Max value from RGB is 39 - color contains mainly: green, blue. Hex color #022727 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022727 is #FDD8D8. Grayscale: #1B1B1B. Windows color (decimal): -16636121 or 2565890. OLE color: 2565890.
HSL color Cylindrical-coordinate representation of color #022727: hue angle of 180º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022727 is Cyan = 0.95, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 39 | 39 | - |
| CMYK | 0.95 | 0 | 0 | 0.85 |
| HSL | 180º | 0.9% | 0.08% | - |
| HSV(B) | 180º | 0.95% | 0.15% | - |
| XYZ | 1.12 | 1.61 | 2.17 | - |
| YUV | 27.94 | 134.24 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 39 | 39 | 0.95 | 0 | 0 | 0.85 | 180 | 0.9 | 0.08 |
| Hex | 2 | 27 | 27 | 5F | 0 | 0 | 55 | B4 | 5A | 8 |
| Octal | 2 | 47 | 47 | 137 | 0 | 0 | 125 | 264 | 132 | 10 |
| Binary | 10 | 100111 | 100111 | 1011111 | 0 | 0 | 1010101 | 10110100 | 1011010 | 1000 |
Color Harmonies of #022727
Complementary color
Monochromatic Colors of #022727
Black with #022727
Text Example
Text Example
White with #022727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022727; }
p { color: rgb(2,39,39); }
H1.HeaderClassName
{
color: #022727;
}
.AnyTagClassName
{
color: #022727;
}
</style>
background-color css
<style>
a { background-color: #022727; }
a { background-color: rgb(2,39,39); }
div.DivClassName
{
background-color: #022727;
}
.BgClassName
{
background-color: #022727;
}
</style>
border-color css
<style>
span { border-color: #022727; }
span { border-color: rgb(2,39,39); }
td.TdClassName
{
border-color: #022727;
}
.TagClassName
{
border-color: #022727;
}
</style>