Shades of Elf Green #27805F
Tints of Elf Green #27805F
RGB
CMYK
RGB Variations
Color information
#27805F (or 0x27805F) is known color: Elf Green. HEX triplet: 27, 80 and 5F. RGB value is (39,128,95). Sum of RGB (Red+Green+Blue) = 39+128+95=262 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.89% from 262); Green value is 128 (50.39% from 255 or 48.85% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 128 - color contains mainly: green. Hex color #27805F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27805F is #D87FA0. Grayscale: #616161. Windows color (decimal): -14188449 or 6258727. OLE color: 6258727.
HSL color Cylindrical-coordinate representation of color #27805F: hue angle of 157.75º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #27805F is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 39 | 128 | 95 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.50 |
| HSL | 157.75º | 0.53% | 0.33% | - |
| HSV(B) | 157.75º | 0.7% | 0.5% | - |
| XYZ | 10.62 | 16.7 | 13.49 | - |
| YUV | 97.63 | 126.51 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 128 | 95 | 0.70 | 0 | 0.26 | 0.50 | 157.75 | 0.53 | 0.33 |
| Hex | 27 | 80 | 5F | 46 | 0 | 1A | 32 | 9E | 35 | 21 |
| Octal | 47 | 200 | 137 | 106 | 0 | 32 | 62 | 236 | 65 | 41 |
| Binary | 100111 | 10000000 | 1011111 | 1000110 | 0 | 11010 | 110010 | 10011110 | 110101 | 100001 |
Color Harmonies of #27805F
Complementary color
Monochromatic Colors of #27805F
Black with #27805F
Text Example
Text Example
White with #27805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27805F; }
p { color: rgb(39,128,95); }
H1.HeaderClassName
{
color: #27805F;
}
.AnyTagClassName
{
color: #27805F;
}
</style>
background-color css
<style>
a { background-color: #27805F; }
a { background-color: rgb(39,128,95); }
div.DivClassName
{
background-color: #27805F;
}
.BgClassName
{
background-color: #27805F;
}
</style>
border-color css
<style>
span { border-color: #27805F; }
span { border-color: rgb(39,128,95); }
td.TdClassName
{
border-color: #27805F;
}
.TagClassName
{
border-color: #27805F;
}
</style>