Shades of Camarone #08802A
Tints of Camarone #08802A
RGB
CMYK
RGB Variations
Color information
#08802A (or 0x08802A) is known color: Camarone. HEX triplet: 08, 80 and 2A. RGB value is (8,128,42). Sum of RGB (Red+Green+Blue) = 8+128+42=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 128 (50.39% from 255 or 71.91% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 128 - color contains mainly: green. Hex color #08802A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08802A is #F77FD5. Grayscale: #525252. Windows color (decimal): -16220118 or 2785288. OLE color: 2785288.
HSL color Cylindrical-coordinate representation of color #08802A: hue angle of 137º 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 #08802A is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 128 | 42 | - |
| CMYK | 0.94 | 0 | 0.67 | 0.50 |
| HSL | 137º | 0.88% | 0.27% | - |
| HSV(B) | 137º | 0.94% | 0.5% | - |
| XYZ | 8.24 | 15.66 | 4.78 | - |
| YUV | 82.32 | 105.24 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 128 | 42 | 0.94 | 0 | 0.67 | 0.50 | 137 | 0.88 | 0.27 |
| Hex | 8 | 80 | 2A | 5E | 0 | 43 | 32 | 89 | 58 | 1B |
| Octal | 10 | 200 | 52 | 136 | 0 | 103 | 62 | 211 | 130 | 33 |
| Binary | 1000 | 10000000 | 101010 | 1011110 | 0 | 1000011 | 110010 | 10001001 | 1011000 | 11011 |
Color Harmonies of #08802A
Complementary color
Monochromatic Colors of #08802A
Black with #08802A
Text Example
Text Example
White with #08802A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08802A; }
p { color: rgb(8,128,42); }
H1.HeaderClassName
{
color: #08802A;
}
.AnyTagClassName
{
color: #08802A;
}
</style>
background-color css
<style>
a { background-color: #08802A; }
a { background-color: rgb(8,128,42); }
div.DivClassName
{
background-color: #08802A;
}
.BgClassName
{
background-color: #08802A;
}
</style>
border-color css
<style>
span { border-color: #08802A; }
span { border-color: rgb(8,128,42); }
td.TdClassName
{
border-color: #08802A;
}
.TagClassName
{
border-color: #08802A;
}
</style>