Shades of Forest Green #277F01
Tints of Forest Green #277F01
RGB
CMYK
RGB Variations
Color information
#277F01 (or 0x277F01) is known color: Forest Green. HEX triplet: 27, 7F and 01. RGB value is (39,127,1). Sum of RGB (Red+Green+Blue) = 39+127+1=167 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.35% from 167); Green value is 127 (50% from 255 or 76.05% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 127 - color contains mainly: green. Hex color #277F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #277F01 is #D880FE. Grayscale: #565656. Windows color (decimal): -14188799 or 98087. OLE color: 98087.
HSL color Cylindrical-coordinate representation of color #277F01: hue angle of 101.9º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #277F01 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 39 | 127 | 1 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.50 |
| HSL | 101.9º | 0.98% | 0.25% | - |
| HSV(B) | 101.9º | 0.99% | 0.5% | - |
| XYZ | 8.43 | 15.61 | 2.6 | - |
| YUV | 86.32 | 79.85 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 127 | 1 | 0.69 | 0 | 0.99 | 0.50 | 101.9 | 0.98 | 0.25 |
| Hex | 27 | 7F | 1 | 45 | 0 | 63 | 32 | 66 | 62 | 19 |
| Octal | 47 | 177 | 1 | 105 | 0 | 143 | 62 | 146 | 142 | 31 |
| Binary | 100111 | 1111111 | 1 | 1000101 | 0 | 1100011 | 110010 | 1100110 | 1100010 | 11001 |
Color Harmonies of #277F01
Complementary color
Monochromatic Colors of #277F01
Black with #277F01
Text Example
Text Example
White with #277F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277F01; }
p { color: rgb(39,127,1); }
H1.HeaderClassName
{
color: #277F01;
}
.AnyTagClassName
{
color: #277F01;
}
</style>
background-color css
<style>
a { background-color: #277F01; }
a { background-color: rgb(39,127,1); }
div.DivClassName
{
background-color: #277F01;
}
.BgClassName
{
background-color: #277F01;
}
</style>
border-color css
<style>
span { border-color: #277F01; }
span { border-color: rgb(39,127,1); }
td.TdClassName
{
border-color: #277F01;
}
.TagClassName
{
border-color: #277F01;
}
</style>