Shades of Eucalyptus #1C9C5F
Tints of Eucalyptus #1C9C5F
RGB
CMYK
RGB Variations
Color information
#1C9C5F (or 0x1C9C5F) is known color: Eucalyptus. HEX triplet: 1C, 9C and 5F. RGB value is (28,156,95). Sum of RGB (Red+Green+Blue) = 28+156+95=279 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.04% from 279); Green value is 156 (61.33% from 255 or 55.91% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 156 - color contains mainly: green. Hex color #1C9C5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9C5F is #E363A0. Grayscale: #6E6E6E. Windows color (decimal): -14902177 or 6265884. OLE color: 6265884.
HSL color Cylindrical-coordinate representation of color #1C9C5F: hue angle of 151.41º degrees, saturation: 0.7, 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 #1C9C5F is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 28 | 156 | 95 | - |
| CMYK | 0.82 | 0 | 0.39 | 0.39 |
| HSL | 151.41º | 0.7% | 0.36% | - |
| HSV(B) | 151.41º | 0.82% | 0.61% | - |
| XYZ | 14.43 | 24.85 | 14.86 | - |
| YUV | 110.77 | 119.09 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 156 | 95 | 0.82 | 0 | 0.39 | 0.39 | 151.41 | 0.7 | 0.36 |
| Hex | 1C | 9C | 5F | 52 | 0 | 27 | 27 | 97 | 46 | 24 |
| Octal | 34 | 234 | 137 | 122 | 0 | 47 | 47 | 227 | 106 | 44 |
| Binary | 11100 | 10011100 | 1011111 | 1010010 | 0 | 100111 | 100111 | 10010111 | 1000110 | 100100 |
Color Harmonies of #1C9C5F
Complementary color
Monochromatic Colors of #1C9C5F
Black with #1C9C5F
Text Example
Text Example
White with #1C9C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9C5F; }
p { color: rgb(28,156,95); }
H1.HeaderClassName
{
color: #1C9C5F;
}
.AnyTagClassName
{
color: #1C9C5F;
}
</style>
background-color css
<style>
a { background-color: #1C9C5F; }
a { background-color: rgb(28,156,95); }
div.DivClassName
{
background-color: #1C9C5F;
}
.BgClassName
{
background-color: #1C9C5F;
}
</style>
border-color css
<style>
span { border-color: #1C9C5F; }
span { border-color: rgb(28,156,95); }
td.TdClassName
{
border-color: #1C9C5F;
}
.TagClassName
{
border-color: #1C9C5F;
}
</style>