Shades of Forest Green #27952E
Tints of Forest Green #27952E
RGB
CMYK
RGB Variations
Color information
#27952E (or 0x27952E) is known color: Forest Green. HEX triplet: 27, 95 and 2E. RGB value is (39,149,46). Sum of RGB (Red+Green+Blue) = 39+149+46=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 149 (58.59% from 255 or 63.68% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 149 - color contains mainly: green. Hex color #27952E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27952E is #D86AD1. Grayscale: #686868. Windows color (decimal): -14183122 or 3052839. OLE color: 3052839.
HSL color Cylindrical-coordinate representation of color #27952E: hue angle of 123.82º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #27952E is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 149 | 46 | - |
| CMYK | 0.74 | 0 | 0.69 | 0.42 |
| HSL | 123.82º | 0.59% | 0.37% | - |
| HSV(B) | 123.82º | 0.74% | 0.58% | - |
| XYZ | 12.08 | 22.12 | 6.22 | - |
| YUV | 104.37 | 95.06 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 149 | 46 | 0.74 | 0 | 0.69 | 0.42 | 123.82 | 0.59 | 0.37 |
| Hex | 27 | 95 | 2E | 4A | 0 | 45 | 2A | 7C | 3B | 25 |
| Octal | 47 | 225 | 56 | 112 | 0 | 105 | 52 | 174 | 73 | 45 |
| Binary | 100111 | 10010101 | 101110 | 1001010 | 0 | 1000101 | 101010 | 1111100 | 111011 | 100101 |
Color Harmonies of #27952E
Complementary color
Monochromatic Colors of #27952E
Black with #27952E
Text Example
Text Example
White with #27952E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27952E; }
p { color: rgb(39,149,46); }
H1.HeaderClassName
{
color: #27952E;
}
.AnyTagClassName
{
color: #27952E;
}
</style>
background-color css
<style>
a { background-color: #27952E; }
a { background-color: rgb(39,149,46); }
div.DivClassName
{
background-color: #27952E;
}
.BgClassName
{
background-color: #27952E;
}
</style>
border-color css
<style>
span { border-color: #27952E; }
span { border-color: rgb(39,149,46); }
td.TdClassName
{
border-color: #27952E;
}
.TagClassName
{
border-color: #27952E;
}
</style>