Shades of Eucalyptus #27A952
Tints of Eucalyptus #27A952
RGB
CMYK
RGB Variations
Color information
#27A952 (or 0x27A952) is known color: Eucalyptus. HEX triplet: 27, A9 and 52. RGB value is (39,169,82). Sum of RGB (Red+Green+Blue) = 39+169+82=290 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.45% from 290); Green value is 169 (66.41% from 255 or 58.28% from 290); Blue value is 82 (32.42% from 255 or 28.28% from 290); Max value from RGB is 169 - color contains mainly: green. Hex color #27A952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27A952 is #D856AD. Grayscale: #787878. Windows color (decimal): -14177966 or 5417255. OLE color: 5417255.
HSL color Cylindrical-coordinate representation of color #27A952: hue angle of 139.85º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27A952 is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 39 | 169 | 82 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.34 |
| HSL | 139.85º | 0.63% | 0.41% | - |
| HSV(B) | 139.85º | 0.77% | 0.66% | - |
| XYZ | 16.55 | 29.42 | 12.79 | - |
| YUV | 120.21 | 106.43 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 169 | 82 | 0.77 | 0 | 0.51 | 0.34 | 139.85 | 0.63 | 0.41 |
| Hex | 27 | A9 | 52 | 4D | 0 | 33 | 22 | 8C | 3E | 29 |
| Octal | 47 | 251 | 122 | 115 | 0 | 63 | 42 | 214 | 76 | 51 |
| Binary | 100111 | 10101001 | 1010010 | 1001101 | 0 | 110011 | 100010 | 10001100 | 111110 | 101001 |
Color Harmonies of #27A952
Complementary color
Monochromatic Colors of #27A952
Black with #27A952
Text Example
Text Example
White with #27A952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A952; }
p { color: rgb(39,169,82); }
H1.HeaderClassName
{
color: #27A952;
}
.AnyTagClassName
{
color: #27A952;
}
</style>
background-color css
<style>
a { background-color: #27A952; }
a { background-color: rgb(39,169,82); }
div.DivClassName
{
background-color: #27A952;
}
.BgClassName
{
background-color: #27A952;
}
</style>
border-color css
<style>
span { border-color: #27A952; }
span { border-color: rgb(39,169,82); }
td.TdClassName
{
border-color: #27A952;
}
.TagClassName
{
border-color: #27A952;
}
</style>