Shades of Eucalyptus #1C9B61
Tints of Eucalyptus #1C9B61
RGB
CMYK
RGB Variations
Color information
#1C9B61 (or 0x1C9B61) is known color: Eucalyptus. HEX triplet: 1C, 9B and 61. RGB value is (28,155,97). Sum of RGB (Red+Green+Blue) = 28+155+97=280 (37% of max value = 765). Red value is 28 (11.33% from 255 or 10% from 280); Green value is 155 (60.94% from 255 or 55.36% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 155 - color contains mainly: green. Hex color #1C9B61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9B61 is #E3649E. Grayscale: #6E6E6E. Windows color (decimal): -14902431 or 6396700. OLE color: 6396700.
HSL color Cylindrical-coordinate representation of color #1C9B61: hue angle of 152.6º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C9B61 is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 28 | 155 | 97 | - |
| CMYK | 0.82 | 0 | 0.37 | 0.39 |
| HSL | 152.6º | 0.69% | 0.36% | - |
| HSV(B) | 152.6º | 0.82% | 0.61% | - |
| XYZ | 14.36 | 24.55 | 15.29 | - |
| YUV | 110.42 | 120.42 | 69.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 155 | 97 | 0.82 | 0 | 0.37 | 0.39 | 152.6 | 0.69 | 0.36 |
| Hex | 1C | 9B | 61 | 52 | 0 | 25 | 27 | 99 | 45 | 24 |
| Octal | 34 | 233 | 141 | 122 | 0 | 45 | 47 | 231 | 105 | 44 |
| Binary | 11100 | 10011011 | 1100001 | 1010010 | 0 | 100101 | 100111 | 10011001 | 1000101 | 100100 |
Color Harmonies of #1C9B61
Complementary color
Monochromatic Colors of #1C9B61
Black with #1C9B61
Text Example
Text Example
White with #1C9B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9B61; }
p { color: rgb(28,155,97); }
H1.HeaderClassName
{
color: #1C9B61;
}
.AnyTagClassName
{
color: #1C9B61;
}
</style>
background-color css
<style>
a { background-color: #1C9B61; }
a { background-color: rgb(28,155,97); }
div.DivClassName
{
background-color: #1C9B61;
}
.BgClassName
{
background-color: #1C9B61;
}
</style>
border-color css
<style>
span { border-color: #1C9B61; }
span { border-color: rgb(28,155,97); }
td.TdClassName
{
border-color: #1C9B61;
}
.TagClassName
{
border-color: #1C9B61;
}
</style>