Shades of Forest Green #1C751D
Tints of Forest Green #1C751D
RGB
CMYK
RGB Variations
Color information
#1C751D (or 0x1C751D) is known color: Forest Green. HEX triplet: 1C, 75 and 1D. RGB value is (28,117,29). Sum of RGB (Red+Green+Blue) = 28+117+29=174 (23% of max value = 765). Red value is 28 (11.33% from 255 or 16.09% from 174); Green value is 117 (46.09% from 255 or 67.24% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 117 - color contains mainly: green. Hex color #1C751D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C751D is #E38AE2. Grayscale: #505050. Windows color (decimal): -14912227 or 1930524. OLE color: 1930524.
HSL color Cylindrical-coordinate representation of color #1C751D: hue angle of 120.67º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C751D is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 117 | 29 | - |
| CMYK | 0.76 | 0 | 0.75 | 0.54 |
| HSL | 120.67º | 0.61% | 0.28% | - |
| HSV(B) | 120.67º | 0.76% | 0.46% | - |
| XYZ | 7.06 | 13.06 | 3.31 | - |
| YUV | 80.36 | 99.01 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 117 | 29 | 0.76 | 0 | 0.75 | 0.54 | 120.67 | 0.61 | 0.28 |
| Hex | 1C | 75 | 1D | 4C | 0 | 4B | 36 | 79 | 3D | 1C |
| Octal | 34 | 165 | 35 | 114 | 0 | 113 | 66 | 171 | 75 | 34 |
| Binary | 11100 | 1110101 | 11101 | 1001100 | 0 | 1001011 | 110110 | 1111001 | 111101 | 11100 |
Color Harmonies of #1C751D
Complementary color
Monochromatic Colors of #1C751D
Black with #1C751D
Text Example
Text Example
White with #1C751D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C751D; }
p { color: rgb(28,117,29); }
H1.HeaderClassName
{
color: #1C751D;
}
.AnyTagClassName
{
color: #1C751D;
}
</style>
background-color css
<style>
a { background-color: #1C751D; }
a { background-color: rgb(28,117,29); }
div.DivClassName
{
background-color: #1C751D;
}
.BgClassName
{
background-color: #1C751D;
}
</style>
border-color css
<style>
span { border-color: #1C751D; }
span { border-color: rgb(28,117,29); }
td.TdClassName
{
border-color: #1C751D;
}
.TagClassName
{
border-color: #1C751D;
}
</style>