Shades of Forest Green #27941C
Tints of Forest Green #27941C
RGB
CMYK
RGB Variations
Color information
#27941C (or 0x27941C) is known color: Forest Green. HEX triplet: 27, 94 and 1C. RGB value is (39,148,28). Sum of RGB (Red+Green+Blue) = 39+148+28=215 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.14% from 215); Green value is 148 (58.20% from 255 or 68.84% from 215); Blue value is 28 (11.33% from 255 or 13.02% from 215); Max value from RGB is 148 - color contains mainly: green. Hex color #27941C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27941C is #D86BE3. Grayscale: #666666. Windows color (decimal): -14183396 or 1872935. OLE color: 1872935.
HSL color Cylindrical-coordinate representation of color #27941C: hue angle of 114.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27941C is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 148 | 28 | - |
| CMYK | 0.74 | 0 | 0.81 | 0.42 |
| HSL | 114.5º | 0.68% | 0.35% | - |
| HSV(B) | 114.5º | 0.81% | 0.58% | - |
| XYZ | 11.64 | 21.69 | 4.67 | - |
| YUV | 101.73 | 86.39 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 148 | 28 | 0.74 | 0 | 0.81 | 0.42 | 114.5 | 0.68 | 0.35 |
| Hex | 27 | 94 | 1C | 4A | 0 | 51 | 2A | 72 | 44 | 23 |
| Octal | 47 | 224 | 34 | 112 | 0 | 121 | 52 | 162 | 104 | 43 |
| Binary | 100111 | 10010100 | 11100 | 1001010 | 0 | 1010001 | 101010 | 1110010 | 1000100 | 100011 |
Color Harmonies of #27941C
Complementary color
Monochromatic Colors of #27941C
Black with #27941C
Text Example
Text Example
White with #27941C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27941C; }
p { color: rgb(39,148,28); }
H1.HeaderClassName
{
color: #27941C;
}
.AnyTagClassName
{
color: #27941C;
}
</style>
background-color css
<style>
a { background-color: #27941C; }
a { background-color: rgb(39,148,28); }
div.DivClassName
{
background-color: #27941C;
}
.BgClassName
{
background-color: #27941C;
}
</style>
border-color css
<style>
span { border-color: #27941C; }
span { border-color: rgb(39,148,28); }
td.TdClassName
{
border-color: #27941C;
}
.TagClassName
{
border-color: #27941C;
}
</style>