Shades of Forest Green #278500
Tints of Forest Green #278500
RGB
CMYK
RGB Variations
Color information
#278500 (or 0x278500) is known color: Forest Green. HEX triplet: 27, 85 and 00. RGB value is (39,133,0). Sum of RGB (Red+Green+Blue) = 39+133+0=172 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.67% from 172); Green value is 133 (52.34% from 255 or 77.33% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 133 - color contains mainly: green. Hex color #278500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #278500 is #D87AFF. Grayscale: #5A5A5A. Windows color (decimal): -14187264 or 34087. OLE color: 34087.
HSL color Cylindrical-coordinate representation of color #278500: hue angle of 102.41º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #278500 is Cyan = 0.71, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 133 | 0 | - |
| CMYK | 0.71 | 0 | 1 | 0.48 |
| HSL | 102.41º | 1% | 0.26% | - |
| HSV(B) | 102.41º | 1% | 0.52% | - |
| XYZ | 9.22 | 17.21 | 2.84 | - |
| YUV | 89.73 | 77.36 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 133 | 0 | 0.71 | 0 | 1 | 0.48 | 102.41 | 1 | 0.26 |
| Hex | 27 | 85 | 0 | 47 | 0 | 64 | 30 | 66 | 64 | 1A |
| Octal | 47 | 205 | 0 | 107 | 0 | 144 | 60 | 146 | 144 | 32 |
| Binary | 100111 | 10000101 | 0 | 1000111 | 0 | 1100100 | 110000 | 1100110 | 1100100 | 11010 |
Color Harmonies of #278500
Complementary color
Monochromatic Colors of #278500
Black with #278500
Text Example
Text Example
White with #278500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278500; }
p { color: rgb(39,133,0); }
H1.HeaderClassName
{
color: #278500;
}
.AnyTagClassName
{
color: #278500;
}
</style>
background-color css
<style>
a { background-color: #278500; }
a { background-color: rgb(39,133,0); }
div.DivClassName
{
background-color: #278500;
}
.BgClassName
{
background-color: #278500;
}
</style>
border-color css
<style>
span { border-color: #278500; }
span { border-color: rgb(39,133,0); }
td.TdClassName
{
border-color: #278500;
}
.TagClassName
{
border-color: #278500;
}
</style>