Shades of Forest Green #1C952F
Tints of Forest Green #1C952F
RGB
CMYK
RGB Variations
Color information
#1C952F (or 0x1C952F) is known color: Forest Green. HEX triplet: 1C, 95 and 2F. RGB value is (28,149,47). Sum of RGB (Red+Green+Blue) = 28+149+47=224 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.5% from 224); Green value is 149 (58.59% from 255 or 66.52% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 149 - color contains mainly: green. Hex color #1C952F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C952F is #E36AD0. Grayscale: #656565. Windows color (decimal): -14904017 or 3118364. OLE color: 3118364.
HSL color Cylindrical-coordinate representation of color #1C952F: hue angle of 129.42º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C952F is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 149 | 47 | - |
| CMYK | 0.81 | 0 | 0.68 | 0.42 |
| HSL | 129.42º | 0.68% | 0.35% | - |
| HSV(B) | 129.42º | 0.81% | 0.58% | - |
| XYZ | 11.74 | 21.95 | 6.31 | - |
| YUV | 101.19 | 97.41 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 149 | 47 | 0.81 | 0 | 0.68 | 0.42 | 129.42 | 0.68 | 0.35 |
| Hex | 1C | 95 | 2F | 51 | 0 | 44 | 2A | 81 | 44 | 23 |
| Octal | 34 | 225 | 57 | 121 | 0 | 104 | 52 | 201 | 104 | 43 |
| Binary | 11100 | 10010101 | 101111 | 1010001 | 0 | 1000100 | 101010 | 10000001 | 1000100 | 100011 |
Color Harmonies of #1C952F
Complementary color
Monochromatic Colors of #1C952F
Black with #1C952F
Text Example
Text Example
White with #1C952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C952F; }
p { color: rgb(28,149,47); }
H1.HeaderClassName
{
color: #1C952F;
}
.AnyTagClassName
{
color: #1C952F;
}
</style>
background-color css
<style>
a { background-color: #1C952F; }
a { background-color: rgb(28,149,47); }
div.DivClassName
{
background-color: #1C952F;
}
.BgClassName
{
background-color: #1C952F;
}
</style>
border-color css
<style>
span { border-color: #1C952F; }
span { border-color: rgb(28,149,47); }
td.TdClassName
{
border-color: #1C952F;
}
.TagClassName
{
border-color: #1C952F;
}
</style>