Shades of Eucalyptus #2FA569
Tints of Eucalyptus #2FA569
RGB
CMYK
RGB Variations
Color information
#2FA569 (or 0x2FA569) is known color: Eucalyptus. HEX triplet: 2F, A5 and 69. RGB value is (47,165,105). Sum of RGB (Red+Green+Blue) = 47+165+105=317 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.83% from 317); Green value is 165 (64.84% from 255 or 52.05% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 165 - color contains mainly: green. Hex color #2FA569 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA569 is #D05A96. Grayscale: #7A7A7A. Windows color (decimal): -13654679 or 6923567. OLE color: 6923567.
HSL color Cylindrical-coordinate representation of color #2FA569: hue angle of 149.49º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FA569 is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 165 | 105 | - |
| CMYK | 0.72 | 0 | 0.36 | 0.35 |
| HSL | 149.49º | 0.56% | 0.42% | - |
| HSV(B) | 149.49º | 0.72% | 0.65% | - |
| XYZ | 17.18 | 28.53 | 17.97 | - |
| YUV | 122.88 | 117.91 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 165 | 105 | 0.72 | 0 | 0.36 | 0.35 | 149.49 | 0.56 | 0.42 |
| Hex | 2F | A5 | 69 | 48 | 0 | 24 | 23 | 95 | 38 | 2A |
| Octal | 57 | 245 | 151 | 110 | 0 | 44 | 43 | 225 | 70 | 52 |
| Binary | 101111 | 10100101 | 1101001 | 1001000 | 0 | 100100 | 100011 | 10010101 | 111000 | 101010 |
Color Harmonies of #2FA569
Complementary color
Monochromatic Colors of #2FA569
Black with #2FA569
Text Example
Text Example
White with #2FA569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA569; }
p { color: rgb(47,165,105); }
H1.HeaderClassName
{
color: #2FA569;
}
.AnyTagClassName
{
color: #2FA569;
}
</style>
background-color css
<style>
a { background-color: #2FA569; }
a { background-color: rgb(47,165,105); }
div.DivClassName
{
background-color: #2FA569;
}
.BgClassName
{
background-color: #2FA569;
}
</style>
border-color css
<style>
span { border-color: #2FA569; }
span { border-color: rgb(47,165,105); }
td.TdClassName
{
border-color: #2FA569;
}
.TagClassName
{
border-color: #2FA569;
}
</style>