Shades of Eucalyptus #299F5B
Tints of Eucalyptus #299F5B
RGB
CMYK
RGB Variations
Color information
#299F5B (or 0x299F5B) is known color: Eucalyptus. HEX triplet: 29, 9F and 5B. RGB value is (41,159,91). Sum of RGB (Red+Green+Blue) = 41+159+91=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 159 (62.5% from 255 or 54.64% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 159 - color contains mainly: green. Hex color #299F5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299F5B is #D660A4. Grayscale: #747474. Windows color (decimal): -14049445 or 6004521. OLE color: 6004521.
HSL color Cylindrical-coordinate representation of color #299F5B: hue angle of 145.42º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299F5B is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 159 | 91 | - |
| CMYK | 0.74 | 0 | 0.43 | 0.38 |
| HSL | 145.42º | 0.59% | 0.39% | - |
| HSV(B) | 145.42º | 0.74% | 0.62% | - |
| XYZ | 15.2 | 26.02 | 14.12 | - |
| YUV | 115.97 | 113.91 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 159 | 91 | 0.74 | 0 | 0.43 | 0.38 | 145.42 | 0.59 | 0.39 |
| Hex | 29 | 9F | 5B | 4A | 0 | 2B | 26 | 91 | 3B | 27 |
| Octal | 51 | 237 | 133 | 112 | 0 | 53 | 46 | 221 | 73 | 47 |
| Binary | 101001 | 10011111 | 1011011 | 1001010 | 0 | 101011 | 100110 | 10010001 | 111011 | 100111 |
Color Harmonies of #299F5B
Complementary color
Monochromatic Colors of #299F5B
Black with #299F5B
Text Example
Text Example
White with #299F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299F5B; }
p { color: rgb(41,159,91); }
H1.HeaderClassName
{
color: #299F5B;
}
.AnyTagClassName
{
color: #299F5B;
}
</style>
background-color css
<style>
a { background-color: #299F5B; }
a { background-color: rgb(41,159,91); }
div.DivClassName
{
background-color: #299F5B;
}
.BgClassName
{
background-color: #299F5B;
}
</style>
border-color css
<style>
span { border-color: #299F5B; }
span { border-color: rgb(41,159,91); }
td.TdClassName
{
border-color: #299F5B;
}
.TagClassName
{
border-color: #299F5B;
}
</style>