Shades of Eucalyptus #2BAD5D
Tints of Eucalyptus #2BAD5D
RGB
CMYK
RGB Variations
Color information
#2BAD5D (or 0x2BAD5D) is known color: Eucalyptus. HEX triplet: 2B, AD and 5D. RGB value is (43,173,93). Sum of RGB (Red+Green+Blue) = 43+173+93=309 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.92% from 309); Green value is 173 (67.97% from 255 or 55.99% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 173 - color contains mainly: green. Hex color #2BAD5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAD5D is #D452A2. Grayscale: #7D7D7D. Windows color (decimal): -13914787 or 6139179. OLE color: 6139179.
HSL color Cylindrical-coordinate representation of color #2BAD5D: hue angle of 143.08º 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 #2BAD5D is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 173 | 93 | - |
| CMYK | 0.75 | 0 | 0.46 | 0.32 |
| HSL | 143.08º | 0.6% | 0.42% | - |
| HSV(B) | 143.08º | 0.75% | 0.68% | - |
| XYZ | 17.92 | 31.19 | 15.43 | - |
| YUV | 125.01 | 109.93 | 69.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 93 | 0.75 | 0 | 0.46 | 0.32 | 143.08 | 0.6 | 0.42 |
| Hex | 2B | AD | 5D | 4B | 0 | 2E | 20 | 8F | 3C | 2A |
| Octal | 53 | 255 | 135 | 113 | 0 | 56 | 40 | 217 | 74 | 52 |
| Binary | 101011 | 10101101 | 1011101 | 1001011 | 0 | 101110 | 100000 | 10001111 | 111100 | 101010 |
Color Harmonies of #2BAD5D
Complementary color
Monochromatic Colors of #2BAD5D
Black with #2BAD5D
Text Example
Text Example
White with #2BAD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAD5D; }
p { color: rgb(43,173,93); }
H1.HeaderClassName
{
color: #2BAD5D;
}
.AnyTagClassName
{
color: #2BAD5D;
}
</style>
background-color css
<style>
a { background-color: #2BAD5D; }
a { background-color: rgb(43,173,93); }
div.DivClassName
{
background-color: #2BAD5D;
}
.BgClassName
{
background-color: #2BAD5D;
}
</style>
border-color css
<style>
span { border-color: #2BAD5D; }
span { border-color: rgb(43,173,93); }
td.TdClassName
{
border-color: #2BAD5D;
}
.TagClassName
{
border-color: #2BAD5D;
}
</style>