Shades of Forest Green #19AF1F
Tints of Forest Green #19AF1F
RGB
CMYK
RGB Variations
Color information
#19AF1F (or 0x19AF1F) is known color: Forest Green. HEX triplet: 19, AF and 1F. RGB value is (25,175,31). Sum of RGB (Red+Green+Blue) = 25+175+31=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 175 (68.75% from 255 or 75.76% from 231); Blue value is 31 (12.5% from 255 or 13.42% from 231); Max value from RGB is 175 - color contains mainly: green. Hex color #19AF1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19AF1F is #E650E0. Grayscale: #727272. Windows color (decimal): -15093985 or 2076441. OLE color: 2076441.
HSL color Cylindrical-coordinate representation of color #19AF1F: hue angle of 122.4º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19AF1F is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 175 | 31 | - |
| CMYK | 0.86 | 0 | 0.82 | 0.31 |
| HSL | 122.4º | 0.75% | 0.39% | - |
| HSV(B) | 122.4º | 0.86% | 0.69% | - |
| XYZ | 15.98 | 30.97 | 6.43 | - |
| YUV | 113.73 | 81.31 | 64.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 175 | 31 | 0.86 | 0 | 0.82 | 0.31 | 122.4 | 0.75 | 0.39 |
| Hex | 19 | AF | 1F | 56 | 0 | 52 | 1F | 7A | 4B | 27 |
| Octal | 31 | 257 | 37 | 126 | 0 | 122 | 37 | 172 | 113 | 47 |
| Binary | 11001 | 10101111 | 11111 | 1010110 | 0 | 1010010 | 11111 | 1111010 | 1001011 | 100111 |
Color Harmonies of #19AF1F
Complementary color
Monochromatic Colors of #19AF1F
Black with #19AF1F
Text Example
Text Example
White with #19AF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AF1F; }
p { color: rgb(25,175,31); }
H1.HeaderClassName
{
color: #19AF1F;
}
.AnyTagClassName
{
color: #19AF1F;
}
</style>
background-color css
<style>
a { background-color: #19AF1F; }
a { background-color: rgb(25,175,31); }
div.DivClassName
{
background-color: #19AF1F;
}
.BgClassName
{
background-color: #19AF1F;
}
</style>
border-color css
<style>
span { border-color: #19AF1F; }
span { border-color: rgb(25,175,31); }
td.TdClassName
{
border-color: #19AF1F;
}
.TagClassName
{
border-color: #19AF1F;
}
</style>