Shades of Dark Green #02271B
Tints of Dark Green #02271B
RGB
CMYK
RGB Variations
Color information
#02271B (or 0x02271B) is known color: Dark Green. HEX triplet: 02, 27 and 1B. RGB value is (2,39,27). Sum of RGB (Red+Green+Blue) = 2+39+27=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 39 (15.62% from 255 or 57.35% from 68); Blue value is 27 (10.94% from 255 or 39.71% from 68); Max value from RGB is 39 - color contains mainly: green. Hex color #02271B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02271B is #FDD8E4. Grayscale: #1A1A1A. Windows color (decimal): -16636133 or 1779458. OLE color: 1779458.
HSL color Cylindrical-coordinate representation of color #02271B: hue angle of 160.54º 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 #02271B is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 39 | 27 | - |
| CMYK | 0.95 | 0 | 0.31 | 0.85 |
| HSL | 160.54º | 0.9% | 0.08% | - |
| HSV(B) | 160.54º | 0.95% | 0.15% | - |
| XYZ | 0.95 | 1.54 | 1.28 | - |
| YUV | 26.57 | 128.24 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 39 | 27 | 0.95 | 0 | 0.31 | 0.85 | 160.54 | 0.9 | 0.08 |
| Hex | 2 | 27 | 1B | 5F | 0 | 1F | 55 | A1 | 5A | 8 |
| Octal | 2 | 47 | 33 | 137 | 0 | 37 | 125 | 241 | 132 | 10 |
| Binary | 10 | 100111 | 11011 | 1011111 | 0 | 11111 | 1010101 | 10100001 | 1011010 | 1000 |
Color Harmonies of #02271B
Complementary color
Monochromatic Colors of #02271B
Black with #02271B
Text Example
Text Example
White with #02271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02271B; }
p { color: rgb(2,39,27); }
H1.HeaderClassName
{
color: #02271B;
}
.AnyTagClassName
{
color: #02271B;
}
</style>
background-color css
<style>
a { background-color: #02271B; }
a { background-color: rgb(2,39,27); }
div.DivClassName
{
background-color: #02271B;
}
.BgClassName
{
background-color: #02271B;
}
</style>
border-color css
<style>
span { border-color: #02271B; }
span { border-color: rgb(2,39,27); }
td.TdClassName
{
border-color: #02271B;
}
.TagClassName
{
border-color: #02271B;
}
</style>