Shades of Forest Green #278325
Tints of Forest Green #278325
RGB
CMYK
RGB Variations
Color information
#278325 (or 0x278325) is known color: Forest Green. HEX triplet: 27, 83 and 25. RGB value is (39,131,37). Sum of RGB (Red+Green+Blue) = 39+131+37=207 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.84% from 207); Green value is 131 (51.56% from 255 or 63.29% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 131 - color contains mainly: green. Hex color #278325 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #278325 is #D87CDA. Grayscale: #5D5D5D. Windows color (decimal): -14187739 or 2458407. OLE color: 2458407.
HSL color Cylindrical-coordinate representation of color #278325: hue angle of 118.72º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #278325 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 131 | 37 | - |
| CMYK | 0.70 | 0 | 0.72 | 0.49 |
| HSL | 118.72º | 0.56% | 0.33% | - |
| HSV(B) | 118.72º | 0.72% | 0.51% | - |
| XYZ | 9.29 | 16.8 | 4.5 | - |
| YUV | 92.78 | 96.52 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 131 | 37 | 0.70 | 0 | 0.72 | 0.49 | 118.72 | 0.56 | 0.33 |
| Hex | 27 | 83 | 25 | 46 | 0 | 48 | 31 | 77 | 38 | 21 |
| Octal | 47 | 203 | 45 | 106 | 0 | 110 | 61 | 167 | 70 | 41 |
| Binary | 100111 | 10000011 | 100101 | 1000110 | 0 | 1001000 | 110001 | 1110111 | 111000 | 100001 |
Color Harmonies of #278325
Complementary color
Monochromatic Colors of #278325
Black with #278325
Text Example
Text Example
White with #278325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278325; }
p { color: rgb(39,131,37); }
H1.HeaderClassName
{
color: #278325;
}
.AnyTagClassName
{
color: #278325;
}
</style>
background-color css
<style>
a { background-color: #278325; }
a { background-color: rgb(39,131,37); }
div.DivClassName
{
background-color: #278325;
}
.BgClassName
{
background-color: #278325;
}
</style>
border-color css
<style>
span { border-color: #278325; }
span { border-color: rgb(39,131,37); }
td.TdClassName
{
border-color: #278325;
}
.TagClassName
{
border-color: #278325;
}
</style>