Shades of Eucalyptus #2A975C
Tints of Eucalyptus #2A975C
RGB
CMYK
RGB Variations
Color information
#2A975C (or 0x2A975C) is known color: Eucalyptus. HEX triplet: 2A, 97 and 5C. RGB value is (42,151,92). Sum of RGB (Red+Green+Blue) = 42+151+92=285 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.74% from 285); Green value is 151 (59.38% from 255 or 52.98% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 151 - color contains mainly: green. Hex color #2A975C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A975C is #D568A3. Grayscale: #6F6F6F. Windows color (decimal): -13985956 or 6068010. OLE color: 6068010.
HSL color Cylindrical-coordinate representation of color #2A975C: hue angle of 147.52º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A975C is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 42 | 151 | 92 | - |
| CMYK | 0.72 | 0 | 0.39 | 0.41 |
| HSL | 147.52º | 0.56% | 0.38% | - |
| HSV(B) | 147.52º | 0.72% | 0.59% | - |
| XYZ | 13.95 | 23.4 | 13.91 | - |
| YUV | 111.68 | 116.89 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 151 | 92 | 0.72 | 0 | 0.39 | 0.41 | 147.52 | 0.56 | 0.38 |
| Hex | 2A | 97 | 5C | 48 | 0 | 27 | 29 | 94 | 38 | 26 |
| Octal | 52 | 227 | 134 | 110 | 0 | 47 | 51 | 224 | 70 | 46 |
| Binary | 101010 | 10010111 | 1011100 | 1001000 | 0 | 100111 | 101001 | 10010100 | 111000 | 100110 |
Color Harmonies of #2A975C
Complementary color
Monochromatic Colors of #2A975C
Black with #2A975C
Text Example
Text Example
White with #2A975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A975C; }
p { color: rgb(42,151,92); }
H1.HeaderClassName
{
color: #2A975C;
}
.AnyTagClassName
{
color: #2A975C;
}
</style>
background-color css
<style>
a { background-color: #2A975C; }
a { background-color: rgb(42,151,92); }
div.DivClassName
{
background-color: #2A975C;
}
.BgClassName
{
background-color: #2A975C;
}
</style>
border-color css
<style>
span { border-color: #2A975C; }
span { border-color: rgb(42,151,92); }
td.TdClassName
{
border-color: #2A975C;
}
.TagClassName
{
border-color: #2A975C;
}
</style>