Shades of Camarone #09802F
Tints of Camarone #09802F
RGB
CMYK
RGB Variations
Color information
#09802F (or 0x09802F) is known color: Camarone. HEX triplet: 09, 80 and 2F. RGB value is (9,128,47). Sum of RGB (Red+Green+Blue) = 9+128+47=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 128 (50.39% from 255 or 69.57% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 128 - color contains mainly: green. Hex color #09802F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09802F is #F67FD0. Grayscale: #535353. Windows color (decimal): -16154577 or 3112969. OLE color: 3112969.
HSL color Cylindrical-coordinate representation of color #09802F: hue angle of 139.16º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09802F is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 128 | 47 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.50 |
| HSL | 139.16º | 0.87% | 0.27% | - |
| HSV(B) | 139.16º | 0.93% | 0.5% | - |
| XYZ | 8.34 | 15.7 | 5.28 | - |
| YUV | 83.19 | 107.58 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 128 | 47 | 0.93 | 0 | 0.63 | 0.50 | 139.16 | 0.87 | 0.27 |
| Hex | 9 | 80 | 2F | 5D | 0 | 3F | 32 | 8B | 57 | 1B |
| Octal | 11 | 200 | 57 | 135 | 0 | 77 | 62 | 213 | 127 | 33 |
| Binary | 1001 | 10000000 | 101111 | 1011101 | 0 | 111111 | 110010 | 10001011 | 1010111 | 11011 |
Color Harmonies of #09802F
Complementary color
Monochromatic Colors of #09802F
Black with #09802F
Text Example
Text Example
White with #09802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09802F; }
p { color: rgb(9,128,47); }
H1.HeaderClassName
{
color: #09802F;
}
.AnyTagClassName
{
color: #09802F;
}
</style>
background-color css
<style>
a { background-color: #09802F; }
a { background-color: rgb(9,128,47); }
div.DivClassName
{
background-color: #09802F;
}
.BgClassName
{
background-color: #09802F;
}
</style>
border-color css
<style>
span { border-color: #09802F; }
span { border-color: rgb(9,128,47); }
td.TdClassName
{
border-color: #09802F;
}
.TagClassName
{
border-color: #09802F;
}
</style>