Shades of Forest Green #1FA430
Tints of Forest Green #1FA430
RGB
CMYK
RGB Variations
Color information
#1FA430 (or 0x1FA430) is known color: Forest Green. HEX triplet: 1F, A4 and 30. RGB value is (31,164,48). Sum of RGB (Red+Green+Blue) = 31+164+48=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 164 (64.45% from 255 or 67.49% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 164 - color contains mainly: green. Hex color #1FA430 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA430 is #E05BCF. Grayscale: #6F6F6F. Windows color (decimal): -14703568 or 3187743. OLE color: 3187743.
HSL color Cylindrical-coordinate representation of color #1FA430: hue angle of 127.67º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA430 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 164 | 48 | - |
| CMYK | 0.81 | 0 | 0.71 | 0.36 |
| HSL | 127.67º | 0.68% | 0.38% | - |
| HSV(B) | 127.67º | 0.81% | 0.64% | - |
| XYZ | 14.37 | 27.06 | 7.26 | - |
| YUV | 111.01 | 92.44 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 164 | 48 | 0.81 | 0 | 0.71 | 0.36 | 127.67 | 0.68 | 0.38 |
| Hex | 1F | A4 | 30 | 51 | 0 | 47 | 24 | 80 | 44 | 26 |
| Octal | 37 | 244 | 60 | 121 | 0 | 107 | 44 | 200 | 104 | 46 |
| Binary | 11111 | 10100100 | 110000 | 1010001 | 0 | 1000111 | 100100 | 10000000 | 1000100 | 100110 |
Color Harmonies of #1FA430
Complementary color
Monochromatic Colors of #1FA430
Black with #1FA430
Text Example
Text Example
White with #1FA430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA430; }
p { color: rgb(31,164,48); }
H1.HeaderClassName
{
color: #1FA430;
}
.AnyTagClassName
{
color: #1FA430;
}
</style>
background-color css
<style>
a { background-color: #1FA430; }
a { background-color: rgb(31,164,48); }
div.DivClassName
{
background-color: #1FA430;
}
.BgClassName
{
background-color: #1FA430;
}
</style>
border-color css
<style>
span { border-color: #1FA430; }
span { border-color: rgb(31,164,48); }
td.TdClassName
{
border-color: #1FA430;
}
.TagClassName
{
border-color: #1FA430;
}
</style>