Shades of Forest Green #1C721A
Tints of Forest Green #1C721A
RGB
CMYK
RGB Variations
Color information
#1C721A (or 0x1C721A) is known color: Forest Green. HEX triplet: 1C, 72 and 1A. RGB value is (28,114,26). Sum of RGB (Red+Green+Blue) = 28+114+26=168 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.67% from 168); Green value is 114 (44.92% from 255 or 67.86% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 114 - color contains mainly: green. Hex color #1C721A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C721A is #E38DE5. Grayscale: #4E4E4E. Windows color (decimal): -14912998 or 1733148. OLE color: 1733148.
HSL color Cylindrical-coordinate representation of color #1C721A: hue angle of 118.64º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C721A is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 114 | 26 | - |
| CMYK | 0.75 | 0 | 0.77 | 0.55 |
| HSL | 118.64º | 0.63% | 0.27% | - |
| HSV(B) | 118.64º | 0.77% | 0.45% | - |
| XYZ | 6.68 | 12.36 | 3.01 | - |
| YUV | 78.25 | 98.51 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 114 | 26 | 0.75 | 0 | 0.77 | 0.55 | 118.64 | 0.63 | 0.27 |
| Hex | 1C | 72 | 1A | 4B | 0 | 4D | 37 | 77 | 3F | 1B |
| Octal | 34 | 162 | 32 | 113 | 0 | 115 | 67 | 167 | 77 | 33 |
| Binary | 11100 | 1110010 | 11010 | 1001011 | 0 | 1001101 | 110111 | 1110111 | 111111 | 11011 |
Color Harmonies of #1C721A
Complementary color
Monochromatic Colors of #1C721A
Black with #1C721A
Text Example
Text Example
White with #1C721A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C721A; }
p { color: rgb(28,114,26); }
H1.HeaderClassName
{
color: #1C721A;
}
.AnyTagClassName
{
color: #1C721A;
}
</style>
background-color css
<style>
a { background-color: #1C721A; }
a { background-color: rgb(28,114,26); }
div.DivClassName
{
background-color: #1C721A;
}
.BgClassName
{
background-color: #1C721A;
}
</style>
border-color css
<style>
span { border-color: #1C721A; }
span { border-color: rgb(28,114,26); }
td.TdClassName
{
border-color: #1C721A;
}
.TagClassName
{
border-color: #1C721A;
}
</style>