Shades of Forest Green #279401
Tints of Forest Green #279401
RGB
CMYK
RGB Variations
Color information
#279401 (or 0x279401) is known color: Forest Green. HEX triplet: 27, 94 and 01. RGB value is (39,148,1). Sum of RGB (Red+Green+Blue) = 39+148+1=188 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.74% from 188); Green value is 148 (58.20% from 255 or 78.72% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 148 - color contains mainly: green. Hex color #279401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #279401 is #D86BFE. Grayscale: #636363. Windows color (decimal): -14183423 or 103463. OLE color: 103463.
HSL color Cylindrical-coordinate representation of color #279401: hue angle of 104.49º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #279401 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 148 | 1 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.42 |
| HSL | 104.49º | 0.99% | 0.29% | - |
| HSV(B) | 104.49º | 0.99% | 0.58% | - |
| XYZ | 11.43 | 21.61 | 3.6 | - |
| YUV | 98.65 | 72.89 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 148 | 1 | 0.74 | 0 | 0.99 | 0.42 | 104.49 | 0.99 | 0.29 |
| Hex | 27 | 94 | 1 | 4A | 0 | 63 | 2A | 68 | 63 | 1D |
| Octal | 47 | 224 | 1 | 112 | 0 | 143 | 52 | 150 | 143 | 35 |
| Binary | 100111 | 10010100 | 1 | 1001010 | 0 | 1100011 | 101010 | 1101000 | 1100011 | 11101 |
Color Harmonies of #279401
Complementary color
Monochromatic Colors of #279401
Black with #279401
Text Example
Text Example
White with #279401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279401; }
p { color: rgb(39,148,1); }
H1.HeaderClassName
{
color: #279401;
}
.AnyTagClassName
{
color: #279401;
}
</style>
background-color css
<style>
a { background-color: #279401; }
a { background-color: rgb(39,148,1); }
div.DivClassName
{
background-color: #279401;
}
.BgClassName
{
background-color: #279401;
}
</style>
border-color css
<style>
span { border-color: #279401; }
span { border-color: rgb(39,148,1); }
td.TdClassName
{
border-color: #279401;
}
.TagClassName
{
border-color: #279401;
}
</style>