Shades of Eucalyptus #2F935A
Tints of Eucalyptus #2F935A
RGB
CMYK
RGB Variations
Color information
#2F935A (or 0x2F935A) is known color: Eucalyptus. HEX triplet: 2F, 93 and 5A. RGB value is (47,147,90). Sum of RGB (Red+Green+Blue) = 47+147+90=284 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.55% from 284); Green value is 147 (57.81% from 255 or 51.76% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 147 - color contains mainly: green. Hex color #2F935A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F935A is #D06CA5. Grayscale: #6E6E6E. Windows color (decimal): -13659302 or 5935919. OLE color: 5935919.
HSL color Cylindrical-coordinate representation of color #2F935A: hue angle of 145.8º 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 #2F935A is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 147 | 90 | - |
| CMYK | 0.68 | 0 | 0.39 | 0.42 |
| HSL | 145.8º | 0.52% | 0.38% | - |
| HSV(B) | 145.8º | 0.68% | 0.58% | - |
| XYZ | 13.45 | 22.21 | 13.25 | - |
| YUV | 110.6 | 116.37 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 147 | 90 | 0.68 | 0 | 0.39 | 0.42 | 145.8 | 0.52 | 0.38 |
| Hex | 2F | 93 | 5A | 44 | 0 | 27 | 2A | 92 | 34 | 26 |
| Octal | 57 | 223 | 132 | 104 | 0 | 47 | 52 | 222 | 64 | 46 |
| Binary | 101111 | 10010011 | 1011010 | 1000100 | 0 | 100111 | 101010 | 10010010 | 110100 | 100110 |
Color Harmonies of #2F935A
Complementary color
Monochromatic Colors of #2F935A
Black with #2F935A
Text Example
Text Example
White with #2F935A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F935A; }
p { color: rgb(47,147,90); }
H1.HeaderClassName
{
color: #2F935A;
}
.AnyTagClassName
{
color: #2F935A;
}
</style>
background-color css
<style>
a { background-color: #2F935A; }
a { background-color: rgb(47,147,90); }
div.DivClassName
{
background-color: #2F935A;
}
.BgClassName
{
background-color: #2F935A;
}
</style>
border-color css
<style>
span { border-color: #2F935A; }
span { border-color: rgb(47,147,90); }
td.TdClassName
{
border-color: #2F935A;
}
.TagClassName
{
border-color: #2F935A;
}
</style>