Shades of Forest Green #27A521
Tints of Forest Green #27A521
RGB
CMYK
RGB Variations
Color information
#27A521 (or 0x27A521) is known color: Forest Green. HEX triplet: 27, A5 and 21. RGB value is (39,165,33). Sum of RGB (Red+Green+Blue) = 39+165+33=237 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.46% from 237); Green value is 165 (64.84% from 255 or 69.62% from 237); Blue value is 33 (13.28% from 255 or 13.92% from 237); Max value from RGB is 165 - color contains mainly: green. Hex color #27A521 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27A521 is #D85ADE. Grayscale: #707070. Windows color (decimal): -14179039 or 2204967. OLE color: 2204967.
HSL color Cylindrical-coordinate representation of color #27A521: hue angle of 117.27º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27A521 is Cyan = 0.76, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 39 | 165 | 33 | - |
| CMYK | 0.76 | 0 | 0.8 | 0.35 |
| HSL | 117.27º | 0.67% | 0.39% | - |
| HSV(B) | 117.27º | 0.8% | 0.65% | - |
| XYZ | 14.57 | 27.45 | 5.97 | - |
| YUV | 112.28 | 83.26 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 165 | 33 | 0.76 | 0 | 0.8 | 0.35 | 117.27 | 0.67 | 0.39 |
| Hex | 27 | A5 | 21 | 4C | 0 | 50 | 23 | 75 | 43 | 27 |
| Octal | 47 | 245 | 41 | 114 | 0 | 120 | 43 | 165 | 103 | 47 |
| Binary | 100111 | 10100101 | 100001 | 1001100 | 0 | 1010000 | 100011 | 1110101 | 1000011 | 100111 |
Color Harmonies of #27A521
Complementary color
Monochromatic Colors of #27A521
Black with #27A521
Text Example
Text Example
White with #27A521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A521; }
p { color: rgb(39,165,33); }
H1.HeaderClassName
{
color: #27A521;
}
.AnyTagClassName
{
color: #27A521;
}
</style>
background-color css
<style>
a { background-color: #27A521; }
a { background-color: rgb(39,165,33); }
div.DivClassName
{
background-color: #27A521;
}
.BgClassName
{
background-color: #27A521;
}
</style>
border-color css
<style>
span { border-color: #27A521; }
span { border-color: rgb(39,165,33); }
td.TdClassName
{
border-color: #27A521;
}
.TagClassName
{
border-color: #27A521;
}
</style>