Shades of Camarone #197B2C
Tints of Camarone #197B2C
RGB
CMYK
RGB Variations
Color information
#197B2C (or 0x197B2C) is known color: Camarone. HEX triplet: 19, 7B and 2C. RGB value is (25,123,44). Sum of RGB (Red+Green+Blue) = 25+123+44=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 123 (48.44% from 255 or 64.06% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 123 - color contains mainly: green. Hex color #197B2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197B2C is #E684D3. Grayscale: #545454. Windows color (decimal): -15107284 or 2915097. OLE color: 2915097.
HSL color Cylindrical-coordinate representation of color #197B2C: hue angle of 131.63º 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 #197B2C is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 123 | 44 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.52 |
| HSL | 131.63º | 0.66% | 0.29% | - |
| HSV(B) | 131.63º | 0.8% | 0.48% | - |
| XYZ | 7.94 | 14.55 | 4.77 | - |
| YUV | 84.69 | 105.03 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 123 | 44 | 0.80 | 0 | 0.64 | 0.52 | 131.63 | 0.66 | 0.29 |
| Hex | 19 | 7B | 2C | 50 | 0 | 40 | 34 | 84 | 42 | 1D |
| Octal | 31 | 173 | 54 | 120 | 0 | 100 | 64 | 204 | 102 | 35 |
| Binary | 11001 | 1111011 | 101100 | 1010000 | 0 | 1000000 | 110100 | 10000100 | 1000010 | 11101 |
Color Harmonies of #197B2C
Complementary color
Monochromatic Colors of #197B2C
Black with #197B2C
Text Example
Text Example
White with #197B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197B2C; }
p { color: rgb(25,123,44); }
H1.HeaderClassName
{
color: #197B2C;
}
.AnyTagClassName
{
color: #197B2C;
}
</style>
background-color css
<style>
a { background-color: #197B2C; }
a { background-color: rgb(25,123,44); }
div.DivClassName
{
background-color: #197B2C;
}
.BgClassName
{
background-color: #197B2C;
}
</style>
border-color css
<style>
span { border-color: #197B2C; }
span { border-color: rgb(25,123,44); }
td.TdClassName
{
border-color: #197B2C;
}
.TagClassName
{
border-color: #197B2C;
}
</style>