Shades of Forest Green #27852C
Tints of Forest Green #27852C
RGB
CMYK
RGB Variations
Color information
#27852C (or 0x27852C) is known color: Forest Green. HEX triplet: 27, 85 and 2C. RGB value is (39,133,44). Sum of RGB (Red+Green+Blue) = 39+133+44=216 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.06% from 216); Green value is 133 (52.34% from 255 or 61.57% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 133 - color contains mainly: green. Hex color #27852C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27852C is #D87AD3. Grayscale: #5F5F5F. Windows color (decimal): -14187220 or 2917671. OLE color: 2917671.
HSL color Cylindrical-coordinate representation of color #27852C: hue angle of 123.19º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #27852C is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 133 | 44 | - |
| CMYK | 0.71 | 0 | 0.67 | 0.48 |
| HSL | 123.19º | 0.55% | 0.34% | - |
| HSV(B) | 123.19º | 0.71% | 0.52% | - |
| XYZ | 9.68 | 17.39 | 5.23 | - |
| YUV | 94.75 | 99.36 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 133 | 44 | 0.71 | 0 | 0.67 | 0.48 | 123.19 | 0.55 | 0.34 |
| Hex | 27 | 85 | 2C | 47 | 0 | 43 | 30 | 7B | 37 | 22 |
| Octal | 47 | 205 | 54 | 107 | 0 | 103 | 60 | 173 | 67 | 42 |
| Binary | 100111 | 10000101 | 101100 | 1000111 | 0 | 1000011 | 110000 | 1111011 | 110111 | 100010 |
Color Harmonies of #27852C
Complementary color
Monochromatic Colors of #27852C
Black with #27852C
Text Example
Text Example
White with #27852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27852C; }
p { color: rgb(39,133,44); }
H1.HeaderClassName
{
color: #27852C;
}
.AnyTagClassName
{
color: #27852C;
}
</style>
background-color css
<style>
a { background-color: #27852C; }
a { background-color: rgb(39,133,44); }
div.DivClassName
{
background-color: #27852C;
}
.BgClassName
{
background-color: #27852C;
}
</style>
border-color css
<style>
span { border-color: #27852C; }
span { border-color: rgb(39,133,44); }
td.TdClassName
{
border-color: #27852C;
}
.TagClassName
{
border-color: #27852C;
}
</style>