Shades of Forest Green #278205
Tints of Forest Green #278205
RGB
CMYK
RGB Variations
Color information
#278205 (or 0x278205) is known color: Forest Green. HEX triplet: 27, 82 and 05. RGB value is (39,130,5). Sum of RGB (Red+Green+Blue) = 39+130+5=174 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.41% from 174); Green value is 130 (51.17% from 255 or 74.71% from 174); Blue value is 5 (2.34% from 255 or 2.87% from 174); Max value from RGB is 130 - color contains mainly: green. Hex color #278205 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #278205 is #D87DFA. Grayscale: #585858. Windows color (decimal): -14188027 or 360999. OLE color: 360999.
HSL color Cylindrical-coordinate representation of color #278205: hue angle of 103.68º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #278205 is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 130 | 5 | - |
| CMYK | 0.70 | 0 | 0.96 | 0.49 |
| HSL | 103.68º | 0.93% | 0.26% | - |
| HSV(B) | 103.68º | 0.96% | 0.51% | - |
| XYZ | 8.85 | 16.41 | 2.84 | - |
| YUV | 88.54 | 80.85 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 130 | 5 | 0.70 | 0 | 0.96 | 0.49 | 103.68 | 0.93 | 0.26 |
| Hex | 27 | 82 | 5 | 46 | 0 | 60 | 31 | 68 | 5D | 1A |
| Octal | 47 | 202 | 5 | 106 | 0 | 140 | 61 | 150 | 135 | 32 |
| Binary | 100111 | 10000010 | 101 | 1000110 | 0 | 1100000 | 110001 | 1101000 | 1011101 | 11010 |
Color Harmonies of #278205
Complementary color
Monochromatic Colors of #278205
Black with #278205
Text Example
Text Example
White with #278205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278205; }
p { color: rgb(39,130,5); }
H1.HeaderClassName
{
color: #278205;
}
.AnyTagClassName
{
color: #278205;
}
</style>
background-color css
<style>
a { background-color: #278205; }
a { background-color: rgb(39,130,5); }
div.DivClassName
{
background-color: #278205;
}
.BgClassName
{
background-color: #278205;
}
</style>
border-color css
<style>
span { border-color: #278205; }
span { border-color: rgb(39,130,5); }
td.TdClassName
{
border-color: #278205;
}
.TagClassName
{
border-color: #278205;
}
</style>