Shades of Dark Green #02270C
Tints of Dark Green #02270C
RGB
CMYK
RGB Variations
Color information
#02270C (or 0x02270C) is known color: Dark Green. HEX triplet: 02, 27 and 0C. RGB value is (2,39,12). Sum of RGB (Red+Green+Blue) = 2+39+12=53 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.77% from 53); Green value is 39 (15.62% from 255 or 73.58% from 53); Blue value is 12 (5.08% from 255 or 22.64% from 53); Max value from RGB is 39 - color contains mainly: green. Hex color #02270C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02270C is #FDD8F3. Grayscale: #181818. Windows color (decimal): -16636148 or 796418. OLE color: 796418.
HSL color Cylindrical-coordinate representation of color #02270C: hue angle of 136.22º 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 #02270C is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 39 | 12 | - |
| CMYK | 0.95 | 0 | 0.69 | 0.85 |
| HSL | 136.22º | 0.9% | 0.08% | - |
| HSV(B) | 136.22º | 0.95% | 0.15% | - |
| XYZ | 0.82 | 1.49 | 0.59 | - |
| YUV | 24.86 | 120.74 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 39 | 12 | 0.95 | 0 | 0.69 | 0.85 | 136.22 | 0.9 | 0.08 |
| Hex | 2 | 27 | C | 5F | 0 | 45 | 55 | 88 | 5A | 8 |
| Octal | 2 | 47 | 14 | 137 | 0 | 105 | 125 | 210 | 132 | 10 |
| Binary | 10 | 100111 | 1100 | 1011111 | 0 | 1000101 | 1010101 | 10001000 | 1011010 | 1000 |
Color Harmonies of #02270C
Complementary color
Monochromatic Colors of #02270C
Black with #02270C
Text Example
Text Example
White with #02270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02270C; }
p { color: rgb(2,39,12); }
H1.HeaderClassName
{
color: #02270C;
}
.AnyTagClassName
{
color: #02270C;
}
</style>
background-color css
<style>
a { background-color: #02270C; }
a { background-color: rgb(2,39,12); }
div.DivClassName
{
background-color: #02270C;
}
.BgClassName
{
background-color: #02270C;
}
</style>
border-color css
<style>
span { border-color: #02270C; }
span { border-color: rgb(2,39,12); }
td.TdClassName
{
border-color: #02270C;
}
.TagClassName
{
border-color: #02270C;
}
</style>