Shades of Forest Green #1FAA2D
Tints of Forest Green #1FAA2D
RGB
CMYK
RGB Variations
Color information
#1FAA2D (or 0x1FAA2D) is known color: Forest Green. HEX triplet: 1F, AA and 2D. RGB value is (31,170,45). Sum of RGB (Red+Green+Blue) = 31+170+45=246 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.60% from 246); Green value is 170 (66.80% from 255 or 69.11% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 170 - color contains mainly: green. Hex color #1FAA2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAA2D is #E055D2. Grayscale: #727272. Windows color (decimal): -14702035 or 2992671. OLE color: 2992671.
HSL color Cylindrical-coordinate representation of color #1FAA2D: hue angle of 126.04º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAA2D is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
RGB | 31 | 170 | 45 | - |
CMYK | 0.82 | 0 | 0.74 | 0.33 |
HSL | 126.04º | 0.69% | 0.39% | - |
HSV(B) | 126.04º | 0.82% | 0.67% | - |
XYZ | 15.41 | 29.23 | 7.31 | - |
YUV | 114.19 | 88.95 | 68.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 170 | 45 | 0.82 | 0 | 0.74 | 0.33 | 126.04 | 0.69 | 0.39 |
Hex | 1F | AA | 2D | 52 | 0 | 4A | 21 | 7E | 45 | 27 |
Octal | 37 | 252 | 55 | 122 | 0 | 112 | 41 | 176 | 105 | 47 |
Binary | 11111 | 10101010 | 101101 | 1010010 | 0 | 1001010 | 100001 | 1111110 | 1000101 | 100111 |
Color Harmonies of #1FAA2D
Complementary color
Monochromatic Colors of #1FAA2D
Black with #1FAA2D
Text Example
Text Example
White with #1FAA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAA2D; }
p { color: rgb(31,170,45); }
H1.HeaderClassName
{
color: #1FAA2D;
}
.AnyTagClassName
{
color: #1FAA2D;
}
</style>
background-color css
<style>
a { background-color: #1FAA2D; }
a { background-color: rgb(31,170,45); }
div.DivClassName
{
background-color: #1FAA2D;
}
.BgClassName
{
background-color: #1FAA2D;
}
</style>
border-color css
<style>
span { border-color: #1FAA2D; }
span { border-color: rgb(31,170,45); }
td.TdClassName
{
border-color: #1FAA2D;
}
.TagClassName
{
border-color: #1FAA2D;
}
</style>