Shades of Forest Green #1C9B2B
Tints of Forest Green #1C9B2B
RGB
CMYK
RGB Variations
Color information
#1C9B2B (or 0x1C9B2B) is known color: Forest Green. HEX triplet: 1C, 9B and 2B. RGB value is (28,155,43). Sum of RGB (Red+Green+Blue) = 28+155+43=226 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.39% from 226); Green value is 155 (60.94% from 255 or 68.58% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 155 - color contains mainly: green. Hex color #1C9B2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C9B2B is #E364D4. Grayscale: #686868. Windows color (decimal): -14902485 or 2857756. OLE color: 2857756.
HSL color Cylindrical-coordinate representation of color #1C9B2B: hue angle of 127.09º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C9B2B is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 28 | 155 | 43 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.39 |
| HSL | 127.09º | 0.69% | 0.36% | - |
| HSV(B) | 127.09º | 0.82% | 0.61% | - |
| XYZ | 12.64 | 23.86 | 6.23 | - |
| YUV | 104.26 | 93.42 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 155 | 43 | 0.82 | 0 | 0.72 | 0.39 | 127.09 | 0.69 | 0.36 |
| Hex | 1C | 9B | 2B | 52 | 0 | 48 | 27 | 7F | 45 | 24 |
| Octal | 34 | 233 | 53 | 122 | 0 | 110 | 47 | 177 | 105 | 44 |
| Binary | 11100 | 10011011 | 101011 | 1010010 | 0 | 1001000 | 100111 | 1111111 | 1000101 | 100100 |
Color Harmonies of #1C9B2B
Complementary color
Monochromatic Colors of #1C9B2B
Black with #1C9B2B
Text Example
Text Example
White with #1C9B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9B2B; }
p { color: rgb(28,155,43); }
H1.HeaderClassName
{
color: #1C9B2B;
}
.AnyTagClassName
{
color: #1C9B2B;
}
</style>
background-color css
<style>
a { background-color: #1C9B2B; }
a { background-color: rgb(28,155,43); }
div.DivClassName
{
background-color: #1C9B2B;
}
.BgClassName
{
background-color: #1C9B2B;
}
</style>
border-color css
<style>
span { border-color: #1C9B2B; }
span { border-color: rgb(28,155,43); }
td.TdClassName
{
border-color: #1C9B2B;
}
.TagClassName
{
border-color: #1C9B2B;
}
</style>