Shades of Dark Green #02271D
Tints of Dark Green #02271D
RGB
CMYK
RGB Variations
Color information
#02271D (or 0x02271D) is known color: Dark Green. HEX triplet: 02, 27 and 1D. RGB value is (2,39,29). Sum of RGB (Red+Green+Blue) = 2+39+29=70 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.86% from 70); Green value is 39 (15.62% from 255 or 55.71% from 70); Blue value is 29 (11.72% from 255 or 41.43% from 70); Max value from RGB is 39 - color contains mainly: green. Hex color #02271D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02271D is #FDD8E2. Grayscale: #1A1A1A. Windows color (decimal): -16636131 or 1910530. OLE color: 1910530.
HSL color Cylindrical-coordinate representation of color #02271D: hue angle of 163.78º 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 #02271D is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 39 | 29 | - |
| CMYK | 0.95 | 0 | 0.26 | 0.85 |
| HSL | 163.78º | 0.9% | 0.08% | - |
| HSV(B) | 163.78º | 0.95% | 0.15% | - |
| XYZ | 0.97 | 1.55 | 1.41 | - |
| YUV | 26.8 | 129.24 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 39 | 29 | 0.95 | 0 | 0.26 | 0.85 | 163.78 | 0.9 | 0.08 |
| Hex | 2 | 27 | 1D | 5F | 0 | 1A | 55 | A4 | 5A | 8 |
| Octal | 2 | 47 | 35 | 137 | 0 | 32 | 125 | 244 | 132 | 10 |
| Binary | 10 | 100111 | 11101 | 1011111 | 0 | 11010 | 1010101 | 10100100 | 1011010 | 1000 |
Color Harmonies of #02271D
Complementary color
Monochromatic Colors of #02271D
Black with #02271D
Text Example
Text Example
White with #02271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02271D; }
p { color: rgb(2,39,29); }
H1.HeaderClassName
{
color: #02271D;
}
.AnyTagClassName
{
color: #02271D;
}
</style>
background-color css
<style>
a { background-color: #02271D; }
a { background-color: rgb(2,39,29); }
div.DivClassName
{
background-color: #02271D;
}
.BgClassName
{
background-color: #02271D;
}
</style>
border-color css
<style>
span { border-color: #02271D; }
span { border-color: rgb(2,39,29); }
td.TdClassName
{
border-color: #02271D;
}
.TagClassName
{
border-color: #02271D;
}
</style>