Shades of Camarone #12762F
Tints of Camarone #12762F
RGB
CMYK
RGB Variations
Color information
#12762F (or 0x12762F) is known color: Camarone. HEX triplet: 12, 76 and 2F. RGB value is (18,118,47). Sum of RGB (Red+Green+Blue) = 18+118+47=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 118 (46.48% from 255 or 64.48% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 118 - color contains mainly: green. Hex color #12762F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12762F is #ED89D0. Grayscale: #505050. Windows color (decimal): -15567313 or 3110418. OLE color: 3110418.
HSL color Cylindrical-coordinate representation of color #12762F: hue angle of 137.4º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12762F is Cyan = 0.85, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 118 | 47 | - |
| CMYK | 0.85 | 0 | 0.60 | 0.54 |
| HSL | 137.4º | 0.74% | 0.27% | - |
| HSV(B) | 137.4º | 0.85% | 0.46% | - |
| XYZ | 7.24 | 13.29 | 4.87 | - |
| YUV | 80.01 | 109.37 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 118 | 47 | 0.85 | 0 | 0.60 | 0.54 | 137.4 | 0.74 | 0.27 |
| Hex | 12 | 76 | 2F | 55 | 0 | 3C | 36 | 89 | 4A | 1B |
| Octal | 22 | 166 | 57 | 125 | 0 | 74 | 66 | 211 | 112 | 33 |
| Binary | 10010 | 1110110 | 101111 | 1010101 | 0 | 111100 | 110110 | 10001001 | 1001010 | 11011 |
Color Harmonies of #12762F
Complementary color
Monochromatic Colors of #12762F
Black with #12762F
Text Example
Text Example
White with #12762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12762F; }
p { color: rgb(18,118,47); }
H1.HeaderClassName
{
color: #12762F;
}
.AnyTagClassName
{
color: #12762F;
}
</style>
background-color css
<style>
a { background-color: #12762F; }
a { background-color: rgb(18,118,47); }
div.DivClassName
{
background-color: #12762F;
}
.BgClassName
{
background-color: #12762F;
}
</style>
border-color css
<style>
span { border-color: #12762F; }
span { border-color: rgb(18,118,47); }
td.TdClassName
{
border-color: #12762F;
}
.TagClassName
{
border-color: #12762F;
}
</style>