Shades of Forest Green #1C933B
Tints of Forest Green #1C933B
RGB
CMYK
RGB Variations
Color information
#1C933B (or 0x1C933B) is known color: Forest Green. HEX triplet: 1C, 93 and 3B. RGB value is (28,147,59). Sum of RGB (Red+Green+Blue) = 28+147+59=234 (30% of max value = 765). Red value is 28 (11.33% from 255 or 11.97% from 234); Green value is 147 (57.81% from 255 or 62.82% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 147 - color contains mainly: green. Hex color #1C933B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C933B is #E36CC4. Grayscale: #656565. Windows color (decimal): -14904517 or 3904284. OLE color: 3904284.
HSL color Cylindrical-coordinate representation of color #1C933B: hue angle of 135.63º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C933B is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 147 | 59 | - |
| CMYK | 0.81 | 0 | 0.60 | 0.42 |
| HSL | 135.63º | 0.68% | 0.34% | - |
| HSV(B) | 135.63º | 0.81% | 0.58% | - |
| XYZ | 11.7 | 21.43 | 7.66 | - |
| YUV | 101.39 | 104.08 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 147 | 59 | 0.81 | 0 | 0.60 | 0.42 | 135.63 | 0.68 | 0.34 |
| Hex | 1C | 93 | 3B | 51 | 0 | 3C | 2A | 88 | 44 | 22 |
| Octal | 34 | 223 | 73 | 121 | 0 | 74 | 52 | 210 | 104 | 42 |
| Binary | 11100 | 10010011 | 111011 | 1010001 | 0 | 111100 | 101010 | 10001000 | 1000100 | 100010 |
Color Harmonies of #1C933B
Complementary color
Monochromatic Colors of #1C933B
Black with #1C933B
Text Example
Text Example
White with #1C933B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C933B; }
p { color: rgb(28,147,59); }
H1.HeaderClassName
{
color: #1C933B;
}
.AnyTagClassName
{
color: #1C933B;
}
</style>
background-color css
<style>
a { background-color: #1C933B; }
a { background-color: rgb(28,147,59); }
div.DivClassName
{
background-color: #1C933B;
}
.BgClassName
{
background-color: #1C933B;
}
</style>
border-color css
<style>
span { border-color: #1C933B; }
span { border-color: rgb(28,147,59); }
td.TdClassName
{
border-color: #1C933B;
}
.TagClassName
{
border-color: #1C933B;
}
</style>