Shades of Eucalyptus #1B9C5A
Tints of Eucalyptus #1B9C5A
RGB
CMYK
RGB Variations
Color information
#1B9C5A (or 0x1B9C5A) is known color: Eucalyptus. HEX triplet: 1B, 9C and 5A. RGB value is (27,156,90). Sum of RGB (Red+Green+Blue) = 27+156+90=273 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.89% from 273); Green value is 156 (61.33% from 255 or 57.14% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 156 - color contains mainly: green. Hex color #1B9C5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B9C5A is #E463A5. Grayscale: #6E6E6E. Windows color (decimal): -14967718 or 5938203. OLE color: 5938203.
HSL color Cylindrical-coordinate representation of color #1B9C5A: hue angle of 149.3º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B9C5A is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 27 | 156 | 90 | - |
| CMYK | 0.83 | 0 | 0.42 | 0.39 |
| HSL | 149.3º | 0.7% | 0.36% | - |
| HSV(B) | 149.3º | 0.83% | 0.61% | - |
| XYZ | 14.19 | 24.75 | 13.7 | - |
| YUV | 109.91 | 116.76 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 156 | 90 | 0.83 | 0 | 0.42 | 0.39 | 149.3 | 0.7 | 0.36 |
| Hex | 1B | 9C | 5A | 53 | 0 | 2A | 27 | 95 | 46 | 24 |
| Octal | 33 | 234 | 132 | 123 | 0 | 52 | 47 | 225 | 106 | 44 |
| Binary | 11011 | 10011100 | 1011010 | 1010011 | 0 | 101010 | 100111 | 10010101 | 1000110 | 100100 |
Color Harmonies of #1B9C5A
Complementary color
Monochromatic Colors of #1B9C5A
Black with #1B9C5A
Text Example
Text Example
White with #1B9C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9C5A; }
p { color: rgb(27,156,90); }
H1.HeaderClassName
{
color: #1B9C5A;
}
.AnyTagClassName
{
color: #1B9C5A;
}
</style>
background-color css
<style>
a { background-color: #1B9C5A; }
a { background-color: rgb(27,156,90); }
div.DivClassName
{
background-color: #1B9C5A;
}
.BgClassName
{
background-color: #1B9C5A;
}
</style>
border-color css
<style>
span { border-color: #1B9C5A; }
span { border-color: rgb(27,156,90); }
td.TdClassName
{
border-color: #1B9C5A;
}
.TagClassName
{
border-color: #1B9C5A;
}
</style>