Shades of Forest Green #27761D
Tints of Forest Green #27761D
RGB
CMYK
RGB Variations
Color information
#27761D (or 0x27761D) is known color: Forest Green. HEX triplet: 27, 76 and 1D. RGB value is (39,118,29). Sum of RGB (Red+Green+Blue) = 39+118+29=186 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.97% from 186); Green value is 118 (46.48% from 255 or 63.44% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 118 - color contains mainly: green. Hex color #27761D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27761D is #D889E2. Grayscale: #545454. Windows color (decimal): -14191075 or 1930791. OLE color: 1930791.
HSL color Cylindrical-coordinate representation of color #27761D: hue angle of 113.26º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27761D is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 39 | 118 | 29 | - |
| CMYK | 0.67 | 0 | 0.75 | 0.54 |
| HSL | 113.26º | 0.61% | 0.29% | - |
| HSV(B) | 113.26º | 0.75% | 0.46% | - |
| XYZ | 7.54 | 13.48 | 3.37 | - |
| YUV | 84.23 | 96.83 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 118 | 29 | 0.67 | 0 | 0.75 | 0.54 | 113.26 | 0.61 | 0.29 |
| Hex | 27 | 76 | 1D | 43 | 0 | 4B | 36 | 71 | 3D | 1D |
| Octal | 47 | 166 | 35 | 103 | 0 | 113 | 66 | 161 | 75 | 35 |
| Binary | 100111 | 1110110 | 11101 | 1000011 | 0 | 1001011 | 110110 | 1110001 | 111101 | 11101 |
Color Harmonies of #27761D
Complementary color
Monochromatic Colors of #27761D
Black with #27761D
Text Example
Text Example
White with #27761D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27761D; }
p { color: rgb(39,118,29); }
H1.HeaderClassName
{
color: #27761D;
}
.AnyTagClassName
{
color: #27761D;
}
</style>
background-color css
<style>
a { background-color: #27761D; }
a { background-color: rgb(39,118,29); }
div.DivClassName
{
background-color: #27761D;
}
.BgClassName
{
background-color: #27761D;
}
</style>
border-color css
<style>
span { border-color: #27761D; }
span { border-color: rgb(39,118,29); }
td.TdClassName
{
border-color: #27761D;
}
.TagClassName
{
border-color: #27761D;
}
</style>