Shades of Eucalyptus #2F945B
Tints of Eucalyptus #2F945B
RGB
CMYK
RGB Variations
Color information
#2F945B (or 0x2F945B) is known color: Eucalyptus. HEX triplet: 2F, 94 and 5B. RGB value is (47,148,91). Sum of RGB (Red+Green+Blue) = 47+148+91=286 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.43% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #2F945B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F945B is #D06BA4. Grayscale: #6F6F6F. Windows color (decimal): -13659045 or 6001711. OLE color: 6001711.
HSL color Cylindrical-coordinate representation of color #2F945B: hue angle of 146.14º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F945B is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 148 | 91 | - |
| CMYK | 0.68 | 0 | 0.39 | 0.42 |
| HSL | 146.14º | 0.52% | 0.38% | - |
| HSV(B) | 146.14º | 0.68% | 0.58% | - |
| XYZ | 13.65 | 22.54 | 13.53 | - |
| YUV | 111.3 | 116.54 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 148 | 91 | 0.68 | 0 | 0.39 | 0.42 | 146.14 | 0.52 | 0.38 |
| Hex | 2F | 94 | 5B | 44 | 0 | 27 | 2A | 92 | 34 | 26 |
| Octal | 57 | 224 | 133 | 104 | 0 | 47 | 52 | 222 | 64 | 46 |
| Binary | 101111 | 10010100 | 1011011 | 1000100 | 0 | 100111 | 101010 | 10010010 | 110100 | 100110 |
Color Harmonies of #2F945B
Complementary color
Monochromatic Colors of #2F945B
Black with #2F945B
Text Example
Text Example
White with #2F945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F945B; }
p { color: rgb(47,148,91); }
H1.HeaderClassName
{
color: #2F945B;
}
.AnyTagClassName
{
color: #2F945B;
}
</style>
background-color css
<style>
a { background-color: #2F945B; }
a { background-color: rgb(47,148,91); }
div.DivClassName
{
background-color: #2F945B;
}
.BgClassName
{
background-color: #2F945B;
}
</style>
border-color css
<style>
span { border-color: #2F945B; }
span { border-color: rgb(47,148,91); }
td.TdClassName
{
border-color: #2F945B;
}
.TagClassName
{
border-color: #2F945B;
}
</style>