Shades of Dark Green #0F2A20
Tints of Dark Green #0F2A20
RGB
CMYK
RGB Variations
Color information
#0F2A20 (or 0x0F2A20) is known color: Dark Green. HEX triplet: 0F, 2A and 20. RGB value is (15,42,32). Sum of RGB (Red+Green+Blue) = 15+42+32=89 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.85% from 89); Green value is 42 (16.80% from 255 or 47.19% from 89); Blue value is 32 (12.89% from 255 or 35.96% from 89); Max value from RGB is 42 - color contains mainly: green. Hex color #0F2A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2A20 is #F0D5DF. Grayscale: #202020. Windows color (decimal): -15783392 or 2107919. OLE color: 2107919.
HSL color Cylindrical-coordinate representation of color #0F2A20: hue angle of 157.78º degrees, saturation: 0.47, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0F2A20 is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 15 | 42 | 32 | - |
| CMYK | 0.64 | 0 | 0.24 | 0.84 |
| HSL | 157.78º | 0.47% | 0.11% | - |
| HSV(B) | 157.78º | 0.64% | 0.16% | - |
| XYZ | 1.29 | 1.86 | 1.66 | - |
| YUV | 32.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 42 | 32 | 0.64 | 0 | 0.24 | 0.84 | 157.78 | 0.47 | 0.11 |
| Hex | F | 2A | 20 | 40 | 0 | 18 | 54 | 9E | 2F | B |
| Octal | 17 | 52 | 40 | 100 | 0 | 30 | 124 | 236 | 57 | 13 |
| Binary | 1111 | 101010 | 100000 | 1000000 | 0 | 11000 | 1010100 | 10011110 | 101111 | 1011 |
Color Harmonies of #0F2A20
Complementary color
Monochromatic Colors of #0F2A20
Black with #0F2A20
Text Example
Text Example
White with #0F2A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2A20; }
p { color: rgb(15,42,32); }
H1.HeaderClassName
{
color: #0F2A20;
}
.AnyTagClassName
{
color: #0F2A20;
}
</style>
background-color css
<style>
a { background-color: #0F2A20; }
a { background-color: rgb(15,42,32); }
div.DivClassName
{
background-color: #0F2A20;
}
.BgClassName
{
background-color: #0F2A20;
}
</style>
border-color css
<style>
span { border-color: #0F2A20; }
span { border-color: rgb(15,42,32); }
td.TdClassName
{
border-color: #0F2A20;
}
.TagClassName
{
border-color: #0F2A20;
}
</style>