Shades of Dark Green #02271C
Tints of Dark Green #02271C
RGB
CMYK
RGB Variations
Color information
#02271C (or 0x02271C) is known color: Dark Green. HEX triplet: 02, 27 and 1C. RGB value is (2,39,28). Sum of RGB (Red+Green+Blue) = 2+39+28=69 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.90% from 69); Green value is 39 (15.62% from 255 or 56.52% from 69); Blue value is 28 (11.33% from 255 or 40.58% from 69); Max value from RGB is 39 - color contains mainly: green. Hex color #02271C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02271C is #FDD8E3. Grayscale: #1A1A1A. Windows color (decimal): -16636132 or 1844994. OLE color: 1844994.
HSL color Cylindrical-coordinate representation of color #02271C: hue angle of 162.16º 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 #02271C is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 39 | 28 | - |
| CMYK | 0.95 | 0 | 0.28 | 0.85 |
| HSL | 162.16º | 0.9% | 0.08% | - |
| HSV(B) | 162.16º | 0.95% | 0.15% | - |
| XYZ | 0.96 | 1.55 | 1.35 | - |
| YUV | 26.68 | 128.74 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 39 | 28 | 0.95 | 0 | 0.28 | 0.85 | 162.16 | 0.9 | 0.08 |
| Hex | 2 | 27 | 1C | 5F | 0 | 1C | 55 | A2 | 5A | 8 |
| Octal | 2 | 47 | 34 | 137 | 0 | 34 | 125 | 242 | 132 | 10 |
| Binary | 10 | 100111 | 11100 | 1011111 | 0 | 11100 | 1010101 | 10100010 | 1011010 | 1000 |
Color Harmonies of #02271C
Complementary color
Monochromatic Colors of #02271C
Black with #02271C
Text Example
Text Example
White with #02271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02271C; }
p { color: rgb(2,39,28); }
H1.HeaderClassName
{
color: #02271C;
}
.AnyTagClassName
{
color: #02271C;
}
</style>
background-color css
<style>
a { background-color: #02271C; }
a { background-color: rgb(2,39,28); }
div.DivClassName
{
background-color: #02271C;
}
.BgClassName
{
background-color: #02271C;
}
</style>
border-color css
<style>
span { border-color: #02271C; }
span { border-color: rgb(2,39,28); }
td.TdClassName
{
border-color: #02271C;
}
.TagClassName
{
border-color: #02271C;
}
</style>