Shades of Eucalyptus #31A261
Tints of Eucalyptus #31A261
RGB
CMYK
RGB Variations
Color information
#31A261 (or 0x31A261) is known color: Eucalyptus. HEX triplet: 31, A2 and 61. RGB value is (49,162,97). Sum of RGB (Red+Green+Blue) = 49+162+97=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #31A261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A261 is #CE5D9E. Grayscale: #787878. Windows color (decimal): -13524383 or 6398513. OLE color: 6398513.
HSL color Cylindrical-coordinate representation of color #31A261: hue angle of 145.49º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A261 is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 162 | 97 | - |
| CMYK | 0.70 | 0 | 0.40 | 0.36 |
| HSL | 145.49º | 0.54% | 0.41% | - |
| HSV(B) | 145.49º | 0.7% | 0.64% | - |
| XYZ | 16.34 | 27.36 | 15.73 | - |
| YUV | 120.8 | 114.56 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 162 | 97 | 0.70 | 0 | 0.40 | 0.36 | 145.49 | 0.54 | 0.41 |
| Hex | 31 | A2 | 61 | 46 | 0 | 28 | 24 | 91 | 36 | 29 |
| Octal | 61 | 242 | 141 | 106 | 0 | 50 | 44 | 221 | 66 | 51 |
| Binary | 110001 | 10100010 | 1100001 | 1000110 | 0 | 101000 | 100100 | 10010001 | 110110 | 101001 |
Color Harmonies of #31A261
Complementary color
Monochromatic Colors of #31A261
Black with #31A261
Text Example
Text Example
White with #31A261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A261; }
p { color: rgb(49,162,97); }
H1.HeaderClassName
{
color: #31A261;
}
.AnyTagClassName
{
color: #31A261;
}
</style>
background-color css
<style>
a { background-color: #31A261; }
a { background-color: rgb(49,162,97); }
div.DivClassName
{
background-color: #31A261;
}
.BgClassName
{
background-color: #31A261;
}
</style>
border-color css
<style>
span { border-color: #31A261; }
span { border-color: rgb(49,162,97); }
td.TdClassName
{
border-color: #31A261;
}
.TagClassName
{
border-color: #31A261;
}
</style>