Shades of Camarone #197D2D
Tints of Camarone #197D2D
RGB
CMYK
RGB Variations
Color information
#197D2D (or 0x197D2D) is known color: Camarone. HEX triplet: 19, 7D and 2D. RGB value is (25,125,45). Sum of RGB (Red+Green+Blue) = 25+125+45=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 125 (49.22% from 255 or 64.10% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 125 - color contains mainly: green. Hex color #197D2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197D2D is #E682D2. Grayscale: #565656. Windows color (decimal): -15106771 or 2981145. OLE color: 2981145.
HSL color Cylindrical-coordinate representation of color #197D2D: hue angle of 132º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197D2D is Cyan = 0.8, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 125 | 45 | - |
| CMYK | 0.8 | 0 | 0.64 | 0.51 |
| HSL | 132º | 0.67% | 0.29% | - |
| HSV(B) | 132º | 0.8% | 0.49% | - |
| XYZ | 8.21 | 15.06 | 4.96 | - |
| YUV | 85.98 | 104.87 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 45 | 0.8 | 0 | 0.64 | 0.51 | 132 | 0.67 | 0.29 |
| Hex | 19 | 7D | 2D | 50 | 0 | 40 | 33 | 84 | 43 | 1D |
| Octal | 31 | 175 | 55 | 120 | 0 | 100 | 63 | 204 | 103 | 35 |
| Binary | 11001 | 1111101 | 101101 | 1010000 | 0 | 1000000 | 110011 | 10000100 | 1000011 | 11101 |
Color Harmonies of #197D2D
Complementary color
Monochromatic Colors of #197D2D
Black with #197D2D
Text Example
Text Example
White with #197D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197D2D; }
p { color: rgb(25,125,45); }
H1.HeaderClassName
{
color: #197D2D;
}
.AnyTagClassName
{
color: #197D2D;
}
</style>
background-color css
<style>
a { background-color: #197D2D; }
a { background-color: rgb(25,125,45); }
div.DivClassName
{
background-color: #197D2D;
}
.BgClassName
{
background-color: #197D2D;
}
</style>
border-color css
<style>
span { border-color: #197D2D; }
span { border-color: rgb(25,125,45); }
td.TdClassName
{
border-color: #197D2D;
}
.TagClassName
{
border-color: #197D2D;
}
</style>