Shades of Green #197D0B
Tints of Green #197D0B
RGB
CMYK
RGB Variations
Color information
#197D0B (or 0x197D0B) is known color: Green. HEX triplet: 19, 7D and 0B. RGB value is (25,125,11). Sum of RGB (Red+Green+Blue) = 25+125+11=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 125 (49.22% from 255 or 77.64% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 125 - color contains mainly: green. Hex color #197D0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197D0B is #E682F4. Grayscale: #525252. Windows color (decimal): -15106805 or 752921. OLE color: 752921.
HSL color Cylindrical-coordinate representation of color #197D0B: hue angle of 112.63º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #197D0B is Cyan = 0.8, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 125 | 11 | - |
| CMYK | 0.8 | 0 | 0.91 | 0.51 |
| HSL | 112.63º | 0.84% | 0.27% | - |
| HSV(B) | 112.63º | 0.91% | 0.49% | - |
| XYZ | 7.79 | 14.9 | 2.78 | - |
| YUV | 82.1 | 87.87 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 11 | 0.8 | 0 | 0.91 | 0.51 | 112.63 | 0.84 | 0.27 |
| Hex | 19 | 7D | B | 50 | 0 | 5B | 33 | 71 | 54 | 1B |
| Octal | 31 | 175 | 13 | 120 | 0 | 133 | 63 | 161 | 124 | 33 |
| Binary | 11001 | 1111101 | 1011 | 1010000 | 0 | 1011011 | 110011 | 1110001 | 1010100 | 11011 |
Color Harmonies of #197D0B
Complementary color
Monochromatic Colors of #197D0B
Black with #197D0B
Text Example
Text Example
White with #197D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197D0B; }
p { color: rgb(25,125,11); }
H1.HeaderClassName
{
color: #197D0B;
}
.AnyTagClassName
{
color: #197D0B;
}
</style>
background-color css
<style>
a { background-color: #197D0B; }
a { background-color: rgb(25,125,11); }
div.DivClassName
{
background-color: #197D0B;
}
.BgClassName
{
background-color: #197D0B;
}
</style>
border-color css
<style>
span { border-color: #197D0B; }
span { border-color: rgb(25,125,11); }
td.TdClassName
{
border-color: #197D0B;
}
.TagClassName
{
border-color: #197D0B;
}
</style>