Shades of Eucalyptus #2F936B
Tints of Eucalyptus #2F936B
RGB
CMYK
RGB Variations
Color information
#2F936B (or 0x2F936B) is known color: Eucalyptus. HEX triplet: 2F, 93 and 6B. RGB value is (47,147,107). Sum of RGB (Red+Green+Blue) = 47+147+107=301 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.61% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #2F936B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F936B is #D06C94. Grayscale: #707070. Windows color (decimal): -13659285 or 7050031. OLE color: 7050031.
HSL color Cylindrical-coordinate representation of color #2F936B: hue angle of 156º 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 #2F936B is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 147 | 107 | - |
| CMYK | 0.68 | 0 | 0.27 | 0.42 |
| HSL | 156º | 0.52% | 0.38% | - |
| HSV(B) | 156º | 0.68% | 0.58% | - |
| XYZ | 14.26 | 22.53 | 17.51 | - |
| YUV | 112.54 | 124.87 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 147 | 107 | 0.68 | 0 | 0.27 | 0.42 | 156 | 0.52 | 0.38 |
| Hex | 2F | 93 | 6B | 44 | 0 | 1B | 2A | 9C | 34 | 26 |
| Octal | 57 | 223 | 153 | 104 | 0 | 33 | 52 | 234 | 64 | 46 |
| Binary | 101111 | 10010011 | 1101011 | 1000100 | 0 | 11011 | 101010 | 10011100 | 110100 | 100110 |
Color Harmonies of #2F936B
Complementary color
Monochromatic Colors of #2F936B
Black with #2F936B
Text Example
Text Example
White with #2F936B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F936B; }
p { color: rgb(47,147,107); }
H1.HeaderClassName
{
color: #2F936B;
}
.AnyTagClassName
{
color: #2F936B;
}
</style>
background-color css
<style>
a { background-color: #2F936B; }
a { background-color: rgb(47,147,107); }
div.DivClassName
{
background-color: #2F936B;
}
.BgClassName
{
background-color: #2F936B;
}
</style>
border-color css
<style>
span { border-color: #2F936B; }
span { border-color: rgb(47,147,107); }
td.TdClassName
{
border-color: #2F936B;
}
.TagClassName
{
border-color: #2F936B;
}
</style>