Shades of Camarone #12742C
Tints of Camarone #12742C
RGB
CMYK
RGB Variations
Color information
#12742C (or 0x12742C) is known color: Camarone. HEX triplet: 12, 74 and 2C. RGB value is (18,116,44). Sum of RGB (Red+Green+Blue) = 18+116+44=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 116 (45.70% from 255 or 65.17% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 116 - color contains mainly: green. Hex color #12742C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12742C is #ED8BD3. Grayscale: #4E4E4E. Windows color (decimal): -15567828 or 2913298. OLE color: 2913298.
HSL color Cylindrical-coordinate representation of color #12742C: hue angle of 135.92º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12742C is Cyan = 0.84, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 116 | 44 | - |
| CMYK | 0.84 | 0 | 0.62 | 0.55 |
| HSL | 135.92º | 0.73% | 0.26% | - |
| HSV(B) | 135.92º | 0.84% | 0.45% | - |
| XYZ | 6.95 | 12.8 | 4.49 | - |
| YUV | 78.49 | 108.53 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 116 | 44 | 0.84 | 0 | 0.62 | 0.55 | 135.92 | 0.73 | 0.26 |
| Hex | 12 | 74 | 2C | 54 | 0 | 3E | 37 | 88 | 49 | 1A |
| Octal | 22 | 164 | 54 | 124 | 0 | 76 | 67 | 210 | 111 | 32 |
| Binary | 10010 | 1110100 | 101100 | 1010100 | 0 | 111110 | 110111 | 10001000 | 1001001 | 11010 |
Color Harmonies of #12742C
Complementary color
Monochromatic Colors of #12742C
Black with #12742C
Text Example
Text Example
White with #12742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12742C; }
p { color: rgb(18,116,44); }
H1.HeaderClassName
{
color: #12742C;
}
.AnyTagClassName
{
color: #12742C;
}
</style>
background-color css
<style>
a { background-color: #12742C; }
a { background-color: rgb(18,116,44); }
div.DivClassName
{
background-color: #12742C;
}
.BgClassName
{
background-color: #12742C;
}
</style>
border-color css
<style>
span { border-color: #12742C; }
span { border-color: rgb(18,116,44); }
td.TdClassName
{
border-color: #12742C;
}
.TagClassName
{
border-color: #12742C;
}
</style>