Shades of Forest Green #1C892F
Tints of Forest Green #1C892F
RGB
CMYK
RGB Variations
Color information
#1C892F (or 0x1C892F) is known color: Forest Green. HEX triplet: 1C, 89 and 2F. RGB value is (28,137,47). Sum of RGB (Red+Green+Blue) = 28+137+47=212 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.21% from 212); Green value is 137 (53.91% from 255 or 64.62% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 137 - color contains mainly: green. Hex color #1C892F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C892F is #E376D0. Grayscale: #5E5E5E. Windows color (decimal): -14907089 or 3115292. OLE color: 3115292.
HSL color Cylindrical-coordinate representation of color #1C892F: hue angle of 130.46º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C892F is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 28 | 137 | 47 | - |
| CMYK | 0.80 | 0 | 0.66 | 0.46 |
| HSL | 130.46º | 0.66% | 0.32% | - |
| HSV(B) | 130.46º | 0.8% | 0.54% | - |
| XYZ | 9.94 | 18.34 | 5.71 | - |
| YUV | 94.15 | 101.39 | 80.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 137 | 47 | 0.80 | 0 | 0.66 | 0.46 | 130.46 | 0.66 | 0.32 |
| Hex | 1C | 89 | 2F | 50 | 0 | 42 | 2E | 82 | 42 | 20 |
| Octal | 34 | 211 | 57 | 120 | 0 | 102 | 56 | 202 | 102 | 40 |
| Binary | 11100 | 10001001 | 101111 | 1010000 | 0 | 1000010 | 101110 | 10000010 | 1000010 | 100000 |
Color Harmonies of #1C892F
Complementary color
Monochromatic Colors of #1C892F
Black with #1C892F
Text Example
Text Example
White with #1C892F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C892F; }
p { color: rgb(28,137,47); }
H1.HeaderClassName
{
color: #1C892F;
}
.AnyTagClassName
{
color: #1C892F;
}
</style>
background-color css
<style>
a { background-color: #1C892F; }
a { background-color: rgb(28,137,47); }
div.DivClassName
{
background-color: #1C892F;
}
.BgClassName
{
background-color: #1C892F;
}
</style>
border-color css
<style>
span { border-color: #1C892F; }
span { border-color: rgb(28,137,47); }
td.TdClassName
{
border-color: #1C892F;
}
.TagClassName
{
border-color: #1C892F;
}
</style>