Shades of Forest Green #27A133
Tints of Forest Green #27A133
RGB
CMYK
RGB Variations
Color information
#27A133 (or 0x27A133) is known color: Forest Green. HEX triplet: 27, A1 and 33. RGB value is (39,161,51). Sum of RGB (Red+Green+Blue) = 39+161+51=251 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.54% from 251); Green value is 161 (63.28% from 255 or 64.14% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 161 - color contains mainly: green. Hex color #27A133 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27A133 is #D85ECC. Grayscale: #707070. Windows color (decimal): -14180045 or 3383591. OLE color: 3383591.
HSL color Cylindrical-coordinate representation of color #27A133: hue angle of 125.9º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #27A133 is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 39 | 161 | 51 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.37 |
| HSL | 125.9º | 0.61% | 0.39% | - |
| HSV(B) | 125.9º | 0.76% | 0.63% | - |
| XYZ | 14.18 | 26.16 | 7.43 | - |
| YUV | 111.98 | 93.58 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 161 | 51 | 0.76 | 0 | 0.68 | 0.37 | 125.9 | 0.61 | 0.39 |
| Hex | 27 | A1 | 33 | 4C | 0 | 44 | 25 | 7E | 3D | 27 |
| Octal | 47 | 241 | 63 | 114 | 0 | 104 | 45 | 176 | 75 | 47 |
| Binary | 100111 | 10100001 | 110011 | 1001100 | 0 | 1000100 | 100101 | 1111110 | 111101 | 100111 |
Color Harmonies of #27A133
Complementary color
Monochromatic Colors of #27A133
Black with #27A133
Text Example
Text Example
White with #27A133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A133; }
p { color: rgb(39,161,51); }
H1.HeaderClassName
{
color: #27A133;
}
.AnyTagClassName
{
color: #27A133;
}
</style>
background-color css
<style>
a { background-color: #27A133; }
a { background-color: rgb(39,161,51); }
div.DivClassName
{
background-color: #27A133;
}
.BgClassName
{
background-color: #27A133;
}
</style>
border-color css
<style>
span { border-color: #27A133; }
span { border-color: rgb(39,161,51); }
td.TdClassName
{
border-color: #27A133;
}
.TagClassName
{
border-color: #27A133;
}
</style>