Shades of Myrtle #0F2B08
Tints of Myrtle #0F2B08
RGB
CMYK
RGB Variations
Color information
#0F2B08 (or 0x0F2B08) is known color: Myrtle. HEX triplet: 0F, 2B and 08. RGB value is (15,43,8). Sum of RGB (Red+Green+Blue) = 15+43+8=66 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.73% from 66); Green value is 43 (17.19% from 255 or 65.15% from 66); Blue value is 8 (3.52% from 255 or 12.12% from 66); Max value from RGB is 43 - color contains mainly: green. Hex color #0F2B08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2B08 is #F0D4F7. Grayscale: #1E1E1E. Windows color (decimal): -15783160 or 535311. OLE color: 535311.
HSL color Cylindrical-coordinate representation of color #0F2B08: hue angle of 108º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F2B08 is Cyan = 0.65, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 15 | 43 | 8 | - |
| CMYK | 0.65 | 0 | 0.81 | 0.83 |
| HSL | 108º | 0.69% | 0.1% | - |
| HSV(B) | 108º | 0.81% | 0.17% | - |
| XYZ | 1.1 | 1.85 | 0.53 | - |
| YUV | 30.64 | 115.22 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 43 | 8 | 0.65 | 0 | 0.81 | 0.83 | 108 | 0.69 | 0.1 |
| Hex | F | 2B | 8 | 41 | 0 | 51 | 53 | 6C | 45 | A |
| Octal | 17 | 53 | 10 | 101 | 0 | 121 | 123 | 154 | 105 | 12 |
| Binary | 1111 | 101011 | 1000 | 1000001 | 0 | 1010001 | 1010011 | 1101100 | 1000101 | 1010 |
Color Harmonies of #0F2B08
Complementary color
Monochromatic Colors of #0F2B08
Black with #0F2B08
Text Example
Text Example
White with #0F2B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2B08; }
p { color: rgb(15,43,8); }
H1.HeaderClassName
{
color: #0F2B08;
}
.AnyTagClassName
{
color: #0F2B08;
}
</style>
background-color css
<style>
a { background-color: #0F2B08; }
a { background-color: rgb(15,43,8); }
div.DivClassName
{
background-color: #0F2B08;
}
.BgClassName
{
background-color: #0F2B08;
}
</style>
border-color css
<style>
span { border-color: #0F2B08; }
span { border-color: rgb(15,43,8); }
td.TdClassName
{
border-color: #0F2B08;
}
.TagClassName
{
border-color: #0F2B08;
}
</style>