Shades of Eucalyptus #2CAF5D
Tints of Eucalyptus #2CAF5D
RGB
CMYK
RGB Variations
Color information
#2CAF5D (or 0x2CAF5D) is known color: Eucalyptus. HEX triplet: 2C, AF and 5D. RGB value is (44,175,93). Sum of RGB (Red+Green+Blue) = 44+175+93=312 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.10% from 312); Green value is 175 (68.75% from 255 or 56.09% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 175 - color contains mainly: green. Hex color #2CAF5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAF5D is #D350A2. Grayscale: #7E7E7E. Windows color (decimal): -13848739 or 6139692. OLE color: 6139692.
HSL color Cylindrical-coordinate representation of color #2CAF5D: hue angle of 142.44º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CAF5D is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 44 | 175 | 93 | - |
| CMYK | 0.75 | 0 | 0.47 | 0.31 |
| HSL | 142.44º | 0.6% | 0.43% | - |
| HSV(B) | 142.44º | 0.75% | 0.69% | - |
| XYZ | 18.34 | 31.99 | 15.56 | - |
| YUV | 126.48 | 109.1 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 175 | 93 | 0.75 | 0 | 0.47 | 0.31 | 142.44 | 0.6 | 0.43 |
| Hex | 2C | AF | 5D | 4B | 0 | 2F | 1F | 8E | 3C | 2B |
| Octal | 54 | 257 | 135 | 113 | 0 | 57 | 37 | 216 | 74 | 53 |
| Binary | 101100 | 10101111 | 1011101 | 1001011 | 0 | 101111 | 11111 | 10001110 | 111100 | 101011 |
Color Harmonies of #2CAF5D
Complementary color
Monochromatic Colors of #2CAF5D
Black with #2CAF5D
Text Example
Text Example
White with #2CAF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAF5D; }
p { color: rgb(44,175,93); }
H1.HeaderClassName
{
color: #2CAF5D;
}
.AnyTagClassName
{
color: #2CAF5D;
}
</style>
background-color css
<style>
a { background-color: #2CAF5D; }
a { background-color: rgb(44,175,93); }
div.DivClassName
{
background-color: #2CAF5D;
}
.BgClassName
{
background-color: #2CAF5D;
}
</style>
border-color css
<style>
span { border-color: #2CAF5D; }
span { border-color: rgb(44,175,93); }
td.TdClassName
{
border-color: #2CAF5D;
}
.TagClassName
{
border-color: #2CAF5D;
}
</style>