Shades of Eucalyptus #2BAD5C
Tints of Eucalyptus #2BAD5C
RGB
CMYK
RGB Variations
Color information
#2BAD5C (or 0x2BAD5C) is known color: Eucalyptus. HEX triplet: 2B, AD and 5C. RGB value is (43,173,92). Sum of RGB (Red+Green+Blue) = 43+173+92=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 173 (67.97% from 255 or 56.17% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 173 - color contains mainly: green. Hex color #2BAD5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAD5C is #D452A3. Grayscale: #7D7D7D. Windows color (decimal): -13914788 or 6073643. OLE color: 6073643.
HSL color Cylindrical-coordinate representation of color #2BAD5C: hue angle of 142.62º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAD5C is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 173 | 92 | - |
| CMYK | 0.75 | 0 | 0.47 | 0.32 |
| HSL | 142.62º | 0.6% | 0.42% | - |
| HSV(B) | 142.62º | 0.75% | 0.68% | - |
| XYZ | 17.87 | 31.17 | 15.2 | - |
| YUV | 124.9 | 109.43 | 69.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 92 | 0.75 | 0 | 0.47 | 0.32 | 142.62 | 0.6 | 0.42 |
| Hex | 2B | AD | 5C | 4B | 0 | 2F | 20 | 8F | 3C | 2A |
| Octal | 53 | 255 | 134 | 113 | 0 | 57 | 40 | 217 | 74 | 52 |
| Binary | 101011 | 10101101 | 1011100 | 1001011 | 0 | 101111 | 100000 | 10001111 | 111100 | 101010 |
Color Harmonies of #2BAD5C
Complementary color
Monochromatic Colors of #2BAD5C
Black with #2BAD5C
Text Example
Text Example
White with #2BAD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAD5C; }
p { color: rgb(43,173,92); }
H1.HeaderClassName
{
color: #2BAD5C;
}
.AnyTagClassName
{
color: #2BAD5C;
}
</style>
background-color css
<style>
a { background-color: #2BAD5C; }
a { background-color: rgb(43,173,92); }
div.DivClassName
{
background-color: #2BAD5C;
}
.BgClassName
{
background-color: #2BAD5C;
}
</style>
border-color css
<style>
span { border-color: #2BAD5C; }
span { border-color: rgb(43,173,92); }
td.TdClassName
{
border-color: #2BAD5C;
}
.TagClassName
{
border-color: #2BAD5C;
}
</style>