Shades of Eucalyptus #2F926A
Tints of Eucalyptus #2F926A
RGB
CMYK
RGB Variations
Color information
#2F926A (or 0x2F926A) is known color: Eucalyptus. HEX triplet: 2F, 92 and 6A. RGB value is (47,146,106). Sum of RGB (Red+Green+Blue) = 47+146+106=299 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.72% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 146 - color contains mainly: green. Hex color #2F926A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F926A is #D06D95. Grayscale: #6F6F6F. Windows color (decimal): -13659542 or 6984239. OLE color: 6984239.
HSL color Cylindrical-coordinate representation of color #2F926A: hue angle of 155.76º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F926A is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 146 | 106 | - |
| CMYK | 0.68 | 0 | 0.27 | 0.43 |
| HSL | 155.76º | 0.51% | 0.38% | - |
| HSV(B) | 155.76º | 0.68% | 0.57% | - |
| XYZ | 14.05 | 22.2 | 17.18 | - |
| YUV | 111.84 | 124.7 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 146 | 106 | 0.68 | 0 | 0.27 | 0.43 | 155.76 | 0.51 | 0.38 |
| Hex | 2F | 92 | 6A | 44 | 0 | 1B | 2B | 9C | 33 | 26 |
| Octal | 57 | 222 | 152 | 104 | 0 | 33 | 53 | 234 | 63 | 46 |
| Binary | 101111 | 10010010 | 1101010 | 1000100 | 0 | 11011 | 101011 | 10011100 | 110011 | 100110 |
Color Harmonies of #2F926A
Complementary color
Monochromatic Colors of #2F926A
Black with #2F926A
Text Example
Text Example
White with #2F926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F926A; }
p { color: rgb(47,146,106); }
H1.HeaderClassName
{
color: #2F926A;
}
.AnyTagClassName
{
color: #2F926A;
}
</style>
background-color css
<style>
a { background-color: #2F926A; }
a { background-color: rgb(47,146,106); }
div.DivClassName
{
background-color: #2F926A;
}
.BgClassName
{
background-color: #2F926A;
}
</style>
border-color css
<style>
span { border-color: #2F926A; }
span { border-color: rgb(47,146,106); }
td.TdClassName
{
border-color: #2F926A;
}
.TagClassName
{
border-color: #2F926A;
}
</style>