Shades of Camarone #0F8530
Tints of Camarone #0F8530
RGB
CMYK
RGB Variations
Color information
#0F8530 (or 0x0F8530) is known color: Camarone. HEX triplet: 0F, 85 and 30. RGB value is (15,133,48). Sum of RGB (Red+Green+Blue) = 15+133+48=196 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.65% from 196); Green value is 133 (52.34% from 255 or 67.86% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 133 - color contains mainly: green. Hex color #0F8530 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8530 is #F07ACF. Grayscale: #585858. Windows color (decimal): -15760080 or 3179791. OLE color: 3179791.
HSL color Cylindrical-coordinate representation of color #0F8530: hue angle of 136.78º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8530 is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 15 | 133 | 48 | - |
| CMYK | 0.89 | 0 | 0.64 | 0.48 |
| HSL | 136.78º | 0.8% | 0.29% | - |
| HSV(B) | 136.78º | 0.89% | 0.52% | - |
| XYZ | 9.12 | 17.09 | 5.61 | - |
| YUV | 88.03 | 105.41 | 75.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 133 | 48 | 0.89 | 0 | 0.64 | 0.48 | 136.78 | 0.8 | 0.29 |
| Hex | F | 85 | 30 | 59 | 0 | 40 | 30 | 89 | 50 | 1D |
| Octal | 17 | 205 | 60 | 131 | 0 | 100 | 60 | 211 | 120 | 35 |
| Binary | 1111 | 10000101 | 110000 | 1011001 | 0 | 1000000 | 110000 | 10001001 | 1010000 | 11101 |
Color Harmonies of #0F8530
Complementary color
Monochromatic Colors of #0F8530
Black with #0F8530
Text Example
Text Example
White with #0F8530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8530; }
p { color: rgb(15,133,48); }
H1.HeaderClassName
{
color: #0F8530;
}
.AnyTagClassName
{
color: #0F8530;
}
</style>
background-color css
<style>
a { background-color: #0F8530; }
a { background-color: rgb(15,133,48); }
div.DivClassName
{
background-color: #0F8530;
}
.BgClassName
{
background-color: #0F8530;
}
</style>
border-color css
<style>
span { border-color: #0F8530; }
span { border-color: rgb(15,133,48); }
td.TdClassName
{
border-color: #0F8530;
}
.TagClassName
{
border-color: #0F8530;
}
</style>