Shades of Forest Green #1C741A
Tints of Forest Green #1C741A
RGB
CMYK
RGB Variations
Color information
#1C741A (or 0x1C741A) is known color: Forest Green. HEX triplet: 1C, 74 and 1A. RGB value is (28,116,26). Sum of RGB (Red+Green+Blue) = 28+116+26=170 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.47% from 170); Green value is 116 (45.70% from 255 or 68.24% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 116 - color contains mainly: green. Hex color #1C741A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C741A is #E38BE5. Grayscale: #4F4F4F. Windows color (decimal): -14912486 or 1733660. OLE color: 1733660.
HSL color Cylindrical-coordinate representation of color #1C741A: hue angle of 118.67º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C741A is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 116 | 26 | - |
| CMYK | 0.76 | 0 | 0.78 | 0.55 |
| HSL | 118.67º | 0.63% | 0.28% | - |
| HSV(B) | 118.67º | 0.78% | 0.45% | - |
| XYZ | 6.91 | 12.81 | 3.09 | - |
| YUV | 79.43 | 97.85 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 116 | 26 | 0.76 | 0 | 0.78 | 0.55 | 118.67 | 0.63 | 0.28 |
| Hex | 1C | 74 | 1A | 4C | 0 | 4E | 37 | 77 | 3F | 1C |
| Octal | 34 | 164 | 32 | 114 | 0 | 116 | 67 | 167 | 77 | 34 |
| Binary | 11100 | 1110100 | 11010 | 1001100 | 0 | 1001110 | 110111 | 1110111 | 111111 | 11100 |
Color Harmonies of #1C741A
Complementary color
Monochromatic Colors of #1C741A
Black with #1C741A
Text Example
Text Example
White with #1C741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C741A; }
p { color: rgb(28,116,26); }
H1.HeaderClassName
{
color: #1C741A;
}
.AnyTagClassName
{
color: #1C741A;
}
</style>
background-color css
<style>
a { background-color: #1C741A; }
a { background-color: rgb(28,116,26); }
div.DivClassName
{
background-color: #1C741A;
}
.BgClassName
{
background-color: #1C741A;
}
</style>
border-color css
<style>
span { border-color: #1C741A; }
span { border-color: rgb(28,116,26); }
td.TdClassName
{
border-color: #1C741A;
}
.TagClassName
{
border-color: #1C741A;
}
</style>