Shades of Camarone #0C822E
Tints of Camarone #0C822E
RGB
CMYK
RGB Variations
Color information
#0C822E (or 0x0C822E) is known color: Camarone. HEX triplet: 0C, 82 and 2E. RGB value is (12,130,46). Sum of RGB (Red+Green+Blue) = 12+130+46=188 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.38% from 188); Green value is 130 (51.17% from 255 or 69.15% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 130 - color contains mainly: green. Hex color #0C822E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C822E is #F37DD1. Grayscale: #555555. Windows color (decimal): -15957458 or 3047948. OLE color: 3047948.
HSL color Cylindrical-coordinate representation of color #0C822E: hue angle of 137.29º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C822E is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 12 | 130 | 46 | - |
| CMYK | 0.91 | 0 | 0.65 | 0.49 |
| HSL | 137.29º | 0.83% | 0.28% | - |
| HSV(B) | 137.29º | 0.91% | 0.51% | - |
| XYZ | 8.63 | 16.24 | 5.26 | - |
| YUV | 85.14 | 105.91 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 130 | 46 | 0.91 | 0 | 0.65 | 0.49 | 137.29 | 0.83 | 0.28 |
| Hex | C | 82 | 2E | 5B | 0 | 41 | 31 | 89 | 53 | 1C |
| Octal | 14 | 202 | 56 | 133 | 0 | 101 | 61 | 211 | 123 | 34 |
| Binary | 1100 | 10000010 | 101110 | 1011011 | 0 | 1000001 | 110001 | 10001001 | 1010011 | 11100 |
Color Harmonies of #0C822E
Complementary color
Monochromatic Colors of #0C822E
Black with #0C822E
Text Example
Text Example
White with #0C822E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C822E; }
p { color: rgb(12,130,46); }
H1.HeaderClassName
{
color: #0C822E;
}
.AnyTagClassName
{
color: #0C822E;
}
</style>
background-color css
<style>
a { background-color: #0C822E; }
a { background-color: rgb(12,130,46); }
div.DivClassName
{
background-color: #0C822E;
}
.BgClassName
{
background-color: #0C822E;
}
</style>
border-color css
<style>
span { border-color: #0C822E; }
span { border-color: rgb(12,130,46); }
td.TdClassName
{
border-color: #0C822E;
}
.TagClassName
{
border-color: #0C822E;
}
</style>