Shades of Forest Green #278220
Tints of Forest Green #278220
RGB
CMYK
RGB Variations
Color information
#278220 (or 0x278220) is known color: Forest Green. HEX triplet: 27, 82 and 20. RGB value is (39,130,32). Sum of RGB (Red+Green+Blue) = 39+130+32=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 130 (51.17% from 255 or 64.68% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 130 - color contains mainly: green. Hex color #278220 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #278220 is #D87DDF. Grayscale: #5B5B5B. Windows color (decimal): -14188000 or 2130471. OLE color: 2130471.
HSL color Cylindrical-coordinate representation of color #278220: hue angle of 115.71º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #278220 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 130 | 32 | - |
| CMYK | 0.70 | 0 | 0.75 | 0.49 |
| HSL | 115.71º | 0.6% | 0.32% | - |
| HSV(B) | 115.71º | 0.75% | 0.51% | - |
| XYZ | 9.08 | 16.5 | 4.07 | - |
| YUV | 91.62 | 94.35 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 130 | 32 | 0.70 | 0 | 0.75 | 0.49 | 115.71 | 0.6 | 0.32 |
| Hex | 27 | 82 | 20 | 46 | 0 | 4B | 31 | 74 | 3C | 20 |
| Octal | 47 | 202 | 40 | 106 | 0 | 113 | 61 | 164 | 74 | 40 |
| Binary | 100111 | 10000010 | 100000 | 1000110 | 0 | 1001011 | 110001 | 1110100 | 111100 | 100000 |
Color Harmonies of #278220
Complementary color
Monochromatic Colors of #278220
Black with #278220
Text Example
Text Example
White with #278220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278220; }
p { color: rgb(39,130,32); }
H1.HeaderClassName
{
color: #278220;
}
.AnyTagClassName
{
color: #278220;
}
</style>
background-color css
<style>
a { background-color: #278220; }
a { background-color: rgb(39,130,32); }
div.DivClassName
{
background-color: #278220;
}
.BgClassName
{
background-color: #278220;
}
</style>
border-color css
<style>
span { border-color: #278220; }
span { border-color: rgb(39,130,32); }
td.TdClassName
{
border-color: #278220;
}
.TagClassName
{
border-color: #278220;
}
</style>