Shades of Camarone #197D2E
Tints of Camarone #197D2E
RGB
CMYK
RGB Variations
Color information
#197D2E (or 0x197D2E) is known color: Camarone. HEX triplet: 19, 7D and 2E. RGB value is (25,125,46). Sum of RGB (Red+Green+Blue) = 25+125+46=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 125 (49.22% from 255 or 63.78% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 125 - color contains mainly: green. Hex color #197D2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197D2E is #E682D1. Grayscale: #565656. Windows color (decimal): -15106770 or 3046681. OLE color: 3046681.
HSL color Cylindrical-coordinate representation of color #197D2E: hue angle of 132.6º 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 #197D2E is Cyan = 0.8, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 125 | 46 | - |
| CMYK | 0.8 | 0 | 0.63 | 0.51 |
| HSL | 132.6º | 0.67% | 0.29% | - |
| HSV(B) | 132.6º | 0.8% | 0.49% | - |
| XYZ | 8.23 | 15.07 | 5.06 | - |
| YUV | 86.09 | 105.37 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 46 | 0.8 | 0 | 0.63 | 0.51 | 132.6 | 0.67 | 0.29 |
| Hex | 19 | 7D | 2E | 50 | 0 | 3F | 33 | 85 | 43 | 1D |
| Octal | 31 | 175 | 56 | 120 | 0 | 77 | 63 | 205 | 103 | 35 |
| Binary | 11001 | 1111101 | 101110 | 1010000 | 0 | 111111 | 110011 | 10000101 | 1000011 | 11101 |
Color Harmonies of #197D2E
Complementary color
Monochromatic Colors of #197D2E
Black with #197D2E
Text Example
Text Example
White with #197D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197D2E; }
p { color: rgb(25,125,46); }
H1.HeaderClassName
{
color: #197D2E;
}
.AnyTagClassName
{
color: #197D2E;
}
</style>
background-color css
<style>
a { background-color: #197D2E; }
a { background-color: rgb(25,125,46); }
div.DivClassName
{
background-color: #197D2E;
}
.BgClassName
{
background-color: #197D2E;
}
</style>
border-color css
<style>
span { border-color: #197D2E; }
span { border-color: rgb(25,125,46); }
td.TdClassName
{
border-color: #197D2E;
}
.TagClassName
{
border-color: #197D2E;
}
</style>