Shades of Camarone #197A2B
Tints of Camarone #197A2B
RGB
CMYK
RGB Variations
Color information
#197A2B (or 0x197A2B) is known color: Camarone. HEX triplet: 19, 7A and 2B. RGB value is (25,122,43). Sum of RGB (Red+Green+Blue) = 25+122+43=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 122 (48.05% from 255 or 64.21% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 122 - color contains mainly: green. Hex color #197A2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197A2B is #E685D4. Grayscale: #545454. Windows color (decimal): -15107541 or 2849305. OLE color: 2849305.
HSL color Cylindrical-coordinate representation of color #197A2B: hue angle of 131.13º 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 #197A2B is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 122 | 43 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.52 |
| HSL | 131.13º | 0.66% | 0.29% | - |
| HSV(B) | 131.13º | 0.8% | 0.48% | - |
| XYZ | 7.8 | 14.3 | 4.63 | - |
| YUV | 83.99 | 104.86 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 122 | 43 | 0.80 | 0 | 0.65 | 0.52 | 131.13 | 0.66 | 0.29 |
| Hex | 19 | 7A | 2B | 50 | 0 | 41 | 34 | 83 | 42 | 1D |
| Octal | 31 | 172 | 53 | 120 | 0 | 101 | 64 | 203 | 102 | 35 |
| Binary | 11001 | 1111010 | 101011 | 1010000 | 0 | 1000001 | 110100 | 10000011 | 1000010 | 11101 |
Color Harmonies of #197A2B
Complementary color
Monochromatic Colors of #197A2B
Black with #197A2B
Text Example
Text Example
White with #197A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197A2B; }
p { color: rgb(25,122,43); }
H1.HeaderClassName
{
color: #197A2B;
}
.AnyTagClassName
{
color: #197A2B;
}
</style>
background-color css
<style>
a { background-color: #197A2B; }
a { background-color: rgb(25,122,43); }
div.DivClassName
{
background-color: #197A2B;
}
.BgClassName
{
background-color: #197A2B;
}
</style>
border-color css
<style>
span { border-color: #197A2B; }
span { border-color: rgb(25,122,43); }
td.TdClassName
{
border-color: #197A2B;
}
.TagClassName
{
border-color: #197A2B;
}
</style>