Shades of Camarone #197029
Tints of Camarone #197029
RGB
CMYK
RGB Variations
Color information
#197029 (or 0x197029) is known color: Camarone. HEX triplet: 19, 70 and 29. RGB value is (25,112,41). Sum of RGB (Red+Green+Blue) = 25+112+41=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 112 (44.14% from 255 or 62.92% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 112 - color contains mainly: green. Hex color #197029 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197029 is #E68FD6. Grayscale: #4E4E4E. Windows color (decimal): -15110103 or 2715673. OLE color: 2715673.
HSL color Cylindrical-coordinate representation of color #197029: hue angle of 131.03º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197029 is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 112 | 41 | - |
| CMYK | 0.78 | 0 | 0.63 | 0.56 |
| HSL | 131.03º | 0.64% | 0.27% | - |
| HSV(B) | 131.03º | 0.78% | 0.44% | - |
| XYZ | 6.6 | 11.96 | 4.06 | - |
| YUV | 77.89 | 107.18 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 112 | 41 | 0.78 | 0 | 0.63 | 0.56 | 131.03 | 0.64 | 0.27 |
| Hex | 19 | 70 | 29 | 4E | 0 | 3F | 38 | 83 | 40 | 1B |
| Octal | 31 | 160 | 51 | 116 | 0 | 77 | 70 | 203 | 100 | 33 |
| Binary | 11001 | 1110000 | 101001 | 1001110 | 0 | 111111 | 111000 | 10000011 | 1000000 | 11011 |
Color Harmonies of #197029
Complementary color
Monochromatic Colors of #197029
Black with #197029
Text Example
Text Example
White with #197029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197029; }
p { color: rgb(25,112,41); }
H1.HeaderClassName
{
color: #197029;
}
.AnyTagClassName
{
color: #197029;
}
</style>
background-color css
<style>
a { background-color: #197029; }
a { background-color: rgb(25,112,41); }
div.DivClassName
{
background-color: #197029;
}
.BgClassName
{
background-color: #197029;
}
</style>
border-color css
<style>
span { border-color: #197029; }
span { border-color: rgb(25,112,41); }
td.TdClassName
{
border-color: #197029;
}
.TagClassName
{
border-color: #197029;
}
</style>