Shades of Eucalyptus #299B5C
Tints of Eucalyptus #299B5C
RGB
CMYK
RGB Variations
Color information
#299B5C (or 0x299B5C) is known color: Eucalyptus. HEX triplet: 29, 9B and 5C. RGB value is (41,155,92). Sum of RGB (Red+Green+Blue) = 41+155+92=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 155 (60.94% from 255 or 53.82% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 155 - color contains mainly: green. Hex color #299B5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299B5C is #D664A3. Grayscale: #717171. Windows color (decimal): -14050468 or 6069033. OLE color: 6069033.
HSL color Cylindrical-coordinate representation of color #299B5C: hue angle of 146.84º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299B5C is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 155 | 92 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.39 |
| HSL | 146.84º | 0.58% | 0.38% | - |
| HSV(B) | 146.84º | 0.74% | 0.61% | - |
| XYZ | 14.57 | 24.69 | 14.12 | - |
| YUV | 113.73 | 115.73 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 155 | 92 | 0.74 | 0 | 0.41 | 0.39 | 146.84 | 0.58 | 0.38 |
| Hex | 29 | 9B | 5C | 4A | 0 | 29 | 27 | 93 | 3A | 26 |
| Octal | 51 | 233 | 134 | 112 | 0 | 51 | 47 | 223 | 72 | 46 |
| Binary | 101001 | 10011011 | 1011100 | 1001010 | 0 | 101001 | 100111 | 10010011 | 111010 | 100110 |
Color Harmonies of #299B5C
Complementary color
Monochromatic Colors of #299B5C
Black with #299B5C
Text Example
Text Example
White with #299B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299B5C; }
p { color: rgb(41,155,92); }
H1.HeaderClassName
{
color: #299B5C;
}
.AnyTagClassName
{
color: #299B5C;
}
</style>
background-color css
<style>
a { background-color: #299B5C; }
a { background-color: rgb(41,155,92); }
div.DivClassName
{
background-color: #299B5C;
}
.BgClassName
{
background-color: #299B5C;
}
</style>
border-color css
<style>
span { border-color: #299B5C; }
span { border-color: rgb(41,155,92); }
td.TdClassName
{
border-color: #299B5C;
}
.TagClassName
{
border-color: #299B5C;
}
</style>