Shades of Forest Green #27820F
Tints of Forest Green #27820F
RGB
CMYK
RGB Variations
Color information
#27820F (or 0x27820F) is known color: Forest Green. HEX triplet: 27, 82 and 0F. RGB value is (39,130,15). Sum of RGB (Red+Green+Blue) = 39+130+15=184 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.20% from 184); Green value is 130 (51.17% from 255 or 70.65% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 130 - color contains mainly: green. Hex color #27820F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #27820F is #D87DF0. Grayscale: #5A5A5A. Windows color (decimal): -14188017 or 1016359. OLE color: 1016359.
HSL color Cylindrical-coordinate representation of color #27820F: hue angle of 107.48º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #27820F is Cyan = 0.70, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 130 | 15 | - |
| CMYK | 0.70 | 0 | 0.88 | 0.49 |
| HSL | 107.48º | 0.79% | 0.28% | - |
| HSV(B) | 107.48º | 0.88% | 0.51% | - |
| XYZ | 8.91 | 16.43 | 3.15 | - |
| YUV | 89.68 | 85.85 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 130 | 15 | 0.70 | 0 | 0.88 | 0.49 | 107.48 | 0.79 | 0.28 |
| Hex | 27 | 82 | F | 46 | 0 | 58 | 31 | 6B | 4F | 1C |
| Octal | 47 | 202 | 17 | 106 | 0 | 130 | 61 | 153 | 117 | 34 |
| Binary | 100111 | 10000010 | 1111 | 1000110 | 0 | 1011000 | 110001 | 1101011 | 1001111 | 11100 |
Color Harmonies of #27820F
Complementary color
Monochromatic Colors of #27820F
Black with #27820F
Text Example
Text Example
White with #27820F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27820F; }
p { color: rgb(39,130,15); }
H1.HeaderClassName
{
color: #27820F;
}
.AnyTagClassName
{
color: #27820F;
}
</style>
background-color css
<style>
a { background-color: #27820F; }
a { background-color: rgb(39,130,15); }
div.DivClassName
{
background-color: #27820F;
}
.BgClassName
{
background-color: #27820F;
}
</style>
border-color css
<style>
span { border-color: #27820F; }
span { border-color: rgb(39,130,15); }
td.TdClassName
{
border-color: #27820F;
}
.TagClassName
{
border-color: #27820F;
}
</style>