Shades of Forest Green #30AB1F
Tints of Forest Green #30AB1F
RGB
CMYK
RGB Variations
Color information
#30AB1F (or 0x30AB1F) is known color: Forest Green. HEX triplet: 30, AB and 1F. RGB value is (48,171,31). Sum of RGB (Red+Green+Blue) = 48+171+31=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 171 (67.19% from 255 or 68.4% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 171 - color contains mainly: green. Hex color #30AB1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AB1F is #CF54E0. Grayscale: #767676. Windows color (decimal): -13587681 or 2075440. OLE color: 2075440.
HSL color Cylindrical-coordinate representation of color #30AB1F: hue angle of 112.71º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #30AB1F is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 171 | 31 | - |
| CMYK | 0.72 | 0 | 0.82 | 0.33 |
| HSL | 112.71º | 0.69% | 0.4% | - |
| HSV(B) | 112.71º | 0.82% | 0.67% | - |
| XYZ | 16.03 | 29.85 | 6.21 | - |
| YUV | 118.26 | 78.75 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 171 | 31 | 0.72 | 0 | 0.82 | 0.33 | 112.71 | 0.69 | 0.4 |
| Hex | 30 | AB | 1F | 48 | 0 | 52 | 21 | 71 | 45 | 28 |
| Octal | 60 | 253 | 37 | 110 | 0 | 122 | 41 | 161 | 105 | 50 |
| Binary | 110000 | 10101011 | 11111 | 1001000 | 0 | 1010010 | 100001 | 1110001 | 1000101 | 101000 |
Color Harmonies of #30AB1F
Complementary color
Monochromatic Colors of #30AB1F
Black with #30AB1F
Text Example
Text Example
White with #30AB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AB1F; }
p { color: rgb(48,171,31); }
H1.HeaderClassName
{
color: #30AB1F;
}
.AnyTagClassName
{
color: #30AB1F;
}
</style>
background-color css
<style>
a { background-color: #30AB1F; }
a { background-color: rgb(48,171,31); }
div.DivClassName
{
background-color: #30AB1F;
}
.BgClassName
{
background-color: #30AB1F;
}
</style>
border-color css
<style>
span { border-color: #30AB1F; }
span { border-color: rgb(48,171,31); }
td.TdClassName
{
border-color: #30AB1F;
}
.TagClassName
{
border-color: #30AB1F;
}
</style>