Shades of Green #0F730B
Tints of Green #0F730B
RGB
CMYK
RGB Variations
Color information
#0F730B (or 0x0F730B) is known color: Green. HEX triplet: 0F, 73 and 0B. RGB value is (15,115,11). Sum of RGB (Red+Green+Blue) = 15+115+11=141 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.64% from 141); Green value is 115 (45.31% from 255 or 81.56% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 115 - color contains mainly: green. Hex color #0F730B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F730B is #F08CF4. Grayscale: #494949. Windows color (decimal): -15764725 or 750351. OLE color: 750351.
HSL color Cylindrical-coordinate representation of color #0F730B: hue angle of 117.69º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F730B is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 15 | 115 | 11 | - |
| CMYK | 0.87 | 0 | 0.90 | 0.55 |
| HSL | 117.69º | 0.83% | 0.25% | - |
| HSV(B) | 117.69º | 0.9% | 0.45% | - |
| XYZ | 6.39 | 12.39 | 2.37 | - |
| YUV | 73.24 | 92.87 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 115 | 11 | 0.87 | 0 | 0.90 | 0.55 | 117.69 | 0.83 | 0.25 |
| Hex | F | 73 | B | 57 | 0 | 5A | 37 | 76 | 53 | 19 |
| Octal | 17 | 163 | 13 | 127 | 0 | 132 | 67 | 166 | 123 | 31 |
| Binary | 1111 | 1110011 | 1011 | 1010111 | 0 | 1011010 | 110111 | 1110110 | 1010011 | 11001 |
Color Harmonies of #0F730B
Complementary color
Monochromatic Colors of #0F730B
Black with #0F730B
Text Example
Text Example
White with #0F730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F730B; }
p { color: rgb(15,115,11); }
H1.HeaderClassName
{
color: #0F730B;
}
.AnyTagClassName
{
color: #0F730B;
}
</style>
background-color css
<style>
a { background-color: #0F730B; }
a { background-color: rgb(15,115,11); }
div.DivClassName
{
background-color: #0F730B;
}
.BgClassName
{
background-color: #0F730B;
}
</style>
border-color css
<style>
span { border-color: #0F730B; }
span { border-color: rgb(15,115,11); }
td.TdClassName
{
border-color: #0F730B;
}
.TagClassName
{
border-color: #0F730B;
}
</style>