Shades of Eucalyptus #1C995C
Tints of Eucalyptus #1C995C
RGB
CMYK
RGB Variations
Color information
#1C995C (or 0x1C995C) is known color: Eucalyptus. HEX triplet: 1C, 99 and 5C. RGB value is (28,153,92). Sum of RGB (Red+Green+Blue) = 28+153+92=273 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.26% from 273); Green value is 153 (60.16% from 255 or 56.04% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 153 - color contains mainly: green. Hex color #1C995C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C995C is #E366A3. Grayscale: #6C6C6C. Windows color (decimal): -14902948 or 6068508. OLE color: 6068508.
HSL color Cylindrical-coordinate representation of color #1C995C: hue angle of 150.72º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C995C is Cyan = 0.82, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 28 | 153 | 92 | - |
| CMYK | 0.82 | 0 | 0.40 | 0.4 |
| HSL | 150.72º | 0.69% | 0.35% | - |
| HSV(B) | 150.72º | 0.82% | 0.6% | - |
| XYZ | 13.8 | 23.8 | 13.99 | - |
| YUV | 108.67 | 118.59 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 153 | 92 | 0.82 | 0 | 0.40 | 0.4 | 150.72 | 0.69 | 0.35 |
| Hex | 1C | 99 | 5C | 52 | 0 | 28 | 28 | 97 | 45 | 23 |
| Octal | 34 | 231 | 134 | 122 | 0 | 50 | 50 | 227 | 105 | 43 |
| Binary | 11100 | 10011001 | 1011100 | 1010010 | 0 | 101000 | 101000 | 10010111 | 1000101 | 100011 |
Color Harmonies of #1C995C
Complementary color
Monochromatic Colors of #1C995C
Black with #1C995C
Text Example
Text Example
White with #1C995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C995C; }
p { color: rgb(28,153,92); }
H1.HeaderClassName
{
color: #1C995C;
}
.AnyTagClassName
{
color: #1C995C;
}
</style>
background-color css
<style>
a { background-color: #1C995C; }
a { background-color: rgb(28,153,92); }
div.DivClassName
{
background-color: #1C995C;
}
.BgClassName
{
background-color: #1C995C;
}
</style>
border-color css
<style>
span { border-color: #1C995C; }
span { border-color: rgb(28,153,92); }
td.TdClassName
{
border-color: #1C995C;
}
.TagClassName
{
border-color: #1C995C;
}
</style>