Shades of Eucalyptus #31A267
Tints of Eucalyptus #31A267
RGB
CMYK
RGB Variations
Color information
#31A267 (or 0x31A267) is known color: Eucalyptus. HEX triplet: 31, A2 and 67. RGB value is (49,162,103). Sum of RGB (Red+Green+Blue) = 49+162+103=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 162 (63.67% from 255 or 51.59% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 162 - color contains mainly: green. Hex color #31A267 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A267 is #CE5D98. Grayscale: #797979. Windows color (decimal): -13524377 or 6791729. OLE color: 6791729.
HSL color Cylindrical-coordinate representation of color #31A267: hue angle of 148.67º 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 #31A267 is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 162 | 103 | - |
| CMYK | 0.70 | 0 | 0.36 | 0.36 |
| HSL | 148.67º | 0.54% | 0.41% | - |
| HSV(B) | 148.67º | 0.7% | 0.64% | - |
| XYZ | 16.64 | 27.47 | 17.26 | - |
| YUV | 121.49 | 117.56 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 162 | 103 | 0.70 | 0 | 0.36 | 0.36 | 148.67 | 0.54 | 0.41 |
| Hex | 31 | A2 | 67 | 46 | 0 | 24 | 24 | 95 | 36 | 29 |
| Octal | 61 | 242 | 147 | 106 | 0 | 44 | 44 | 225 | 66 | 51 |
| Binary | 110001 | 10100010 | 1100111 | 1000110 | 0 | 100100 | 100100 | 10010101 | 110110 | 101001 |
Color Harmonies of #31A267
Complementary color
Monochromatic Colors of #31A267
Black with #31A267
Text Example
Text Example
White with #31A267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A267; }
p { color: rgb(49,162,103); }
H1.HeaderClassName
{
color: #31A267;
}
.AnyTagClassName
{
color: #31A267;
}
</style>
background-color css
<style>
a { background-color: #31A267; }
a { background-color: rgb(49,162,103); }
div.DivClassName
{
background-color: #31A267;
}
.BgClassName
{
background-color: #31A267;
}
</style>
border-color css
<style>
span { border-color: #31A267; }
span { border-color: rgb(49,162,103); }
td.TdClassName
{
border-color: #31A267;
}
.TagClassName
{
border-color: #31A267;
}
</style>