Shades of Eucalyptus #299C6B
Tints of Eucalyptus #299C6B
RGB
CMYK
RGB Variations
Color information
#299C6B (or 0x299C6B) is known color: Eucalyptus. HEX triplet: 29, 9C and 6B. RGB value is (41,156,107). Sum of RGB (Red+Green+Blue) = 41+156+107=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 156 (61.33% from 255 or 51.32% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 156 - color contains mainly: green. Hex color #299C6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299C6B is #D66394. Grayscale: #747474. Windows color (decimal): -14050197 or 7052329. OLE color: 7052329.
HSL color Cylindrical-coordinate representation of color #299C6B: hue angle of 154.43º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299C6B is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 156 | 107 | - |
| CMYK | 0.74 | 0 | 0.31 | 0.39 |
| HSL | 154.43º | 0.58% | 0.39% | - |
| HSV(B) | 154.43º | 0.74% | 0.61% | - |
| XYZ | 15.46 | 25.31 | 17.98 | - |
| YUV | 116.03 | 122.9 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 156 | 107 | 0.74 | 0 | 0.31 | 0.39 | 154.43 | 0.58 | 0.39 |
| Hex | 29 | 9C | 6B | 4A | 0 | 1F | 27 | 9A | 3A | 27 |
| Octal | 51 | 234 | 153 | 112 | 0 | 37 | 47 | 232 | 72 | 47 |
| Binary | 101001 | 10011100 | 1101011 | 1001010 | 0 | 11111 | 100111 | 10011010 | 111010 | 100111 |
Color Harmonies of #299C6B
Complementary color
Monochromatic Colors of #299C6B
Black with #299C6B
Text Example
Text Example
White with #299C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299C6B; }
p { color: rgb(41,156,107); }
H1.HeaderClassName
{
color: #299C6B;
}
.AnyTagClassName
{
color: #299C6B;
}
</style>
background-color css
<style>
a { background-color: #299C6B; }
a { background-color: rgb(41,156,107); }
div.DivClassName
{
background-color: #299C6B;
}
.BgClassName
{
background-color: #299C6B;
}
</style>
border-color css
<style>
span { border-color: #299C6B; }
span { border-color: rgb(41,156,107); }
td.TdClassName
{
border-color: #299C6B;
}
.TagClassName
{
border-color: #299C6B;
}
</style>