Shades of Camarone #08802E
Tints of Camarone #08802E
RGB
CMYK
RGB Variations
Color information
#08802E (or 0x08802E) is known color: Camarone. HEX triplet: 08, 80 and 2E. RGB value is (8,128,46). Sum of RGB (Red+Green+Blue) = 8+128+46=182 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.40% from 182); Green value is 128 (50.39% from 255 or 70.33% from 182); Blue value is 46 (18.36% from 255 or 25.27% from 182); Max value from RGB is 128 - color contains mainly: green. Hex color #08802E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08802E is #F77FD1. Grayscale: #525252. Windows color (decimal): -16220114 or 3047432. OLE color: 3047432.
HSL color Cylindrical-coordinate representation of color #08802E: hue angle of 139º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08802E is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 128 | 46 | - |
| CMYK | 0.94 | 0 | 0.64 | 0.50 |
| HSL | 139º | 0.88% | 0.27% | - |
| HSV(B) | 139º | 0.94% | 0.5% | - |
| XYZ | 8.31 | 15.69 | 5.17 | - |
| YUV | 82.77 | 107.24 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 128 | 46 | 0.94 | 0 | 0.64 | 0.50 | 139 | 0.88 | 0.27 |
| Hex | 8 | 80 | 2E | 5E | 0 | 40 | 32 | 8B | 58 | 1B |
| Octal | 10 | 200 | 56 | 136 | 0 | 100 | 62 | 213 | 130 | 33 |
| Binary | 1000 | 10000000 | 101110 | 1011110 | 0 | 1000000 | 110010 | 10001011 | 1011000 | 11011 |
Color Harmonies of #08802E
Complementary color
Monochromatic Colors of #08802E
Black with #08802E
Text Example
Text Example
White with #08802E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08802E; }
p { color: rgb(8,128,46); }
H1.HeaderClassName
{
color: #08802E;
}
.AnyTagClassName
{
color: #08802E;
}
</style>
background-color css
<style>
a { background-color: #08802E; }
a { background-color: rgb(8,128,46); }
div.DivClassName
{
background-color: #08802E;
}
.BgClassName
{
background-color: #08802E;
}
</style>
border-color css
<style>
span { border-color: #08802E; }
span { border-color: rgb(8,128,46); }
td.TdClassName
{
border-color: #08802E;
}
.TagClassName
{
border-color: #08802E;
}
</style>