Shades of Camarone #197A2C
Tints of Camarone #197A2C
RGB
CMYK
RGB Variations
Color information
#197A2C (or 0x197A2C) is known color: Camarone. HEX triplet: 19, 7A and 2C. RGB value is (25,122,44). Sum of RGB (Red+Green+Blue) = 25+122+44=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 122 (48.05% from 255 or 63.87% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 122 - color contains mainly: green. Hex color #197A2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197A2C is #E685D3. Grayscale: #545454. Windows color (decimal): -15107540 or 2914841. OLE color: 2914841.
HSL color Cylindrical-coordinate representation of color #197A2C: hue angle of 131.75º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197A2C is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 122 | 44 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.52 |
| HSL | 131.75º | 0.66% | 0.29% | - |
| HSV(B) | 131.75º | 0.8% | 0.48% | - |
| XYZ | 7.82 | 14.31 | 4.73 | - |
| YUV | 84.11 | 105.36 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 122 | 44 | 0.80 | 0 | 0.64 | 0.52 | 131.75 | 0.66 | 0.29 |
| Hex | 19 | 7A | 2C | 50 | 0 | 40 | 34 | 84 | 42 | 1D |
| Octal | 31 | 172 | 54 | 120 | 0 | 100 | 64 | 204 | 102 | 35 |
| Binary | 11001 | 1111010 | 101100 | 1010000 | 0 | 1000000 | 110100 | 10000100 | 1000010 | 11101 |
Color Harmonies of #197A2C
Complementary color
Monochromatic Colors of #197A2C
Black with #197A2C
Text Example
Text Example
White with #197A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197A2C; }
p { color: rgb(25,122,44); }
H1.HeaderClassName
{
color: #197A2C;
}
.AnyTagClassName
{
color: #197A2C;
}
</style>
background-color css
<style>
a { background-color: #197A2C; }
a { background-color: rgb(25,122,44); }
div.DivClassName
{
background-color: #197A2C;
}
.BgClassName
{
background-color: #197A2C;
}
</style>
border-color css
<style>
span { border-color: #197A2C; }
span { border-color: rgb(25,122,44); }
td.TdClassName
{
border-color: #197A2C;
}
.TagClassName
{
border-color: #197A2C;
}
</style>