Shades of Eucalyptus #2D905F
Tints of Eucalyptus #2D905F
RGB
CMYK
RGB Variations
Color information
#2D905F (or 0x2D905F) is known color: Eucalyptus. HEX triplet: 2D, 90 and 5F. RGB value is (45,144,95). Sum of RGB (Red+Green+Blue) = 45+144+95=284 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.85% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #2D905F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D905F is #D26FA0. Grayscale: #6C6C6C. Windows color (decimal): -13791137 or 6262829. OLE color: 6262829.
HSL color Cylindrical-coordinate representation of color #2D905F: hue angle of 150.3º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D905F is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 45 | 144 | 95 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.44 |
| HSL | 150.3º | 0.52% | 0.37% | - |
| HSV(B) | 150.3º | 0.69% | 0.56% | - |
| XYZ | 13.12 | 21.33 | 14.25 | - |
| YUV | 108.81 | 120.2 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 144 | 95 | 0.69 | 0 | 0.34 | 0.44 | 150.3 | 0.52 | 0.37 |
| Hex | 2D | 90 | 5F | 45 | 0 | 22 | 2C | 96 | 34 | 25 |
| Octal | 55 | 220 | 137 | 105 | 0 | 42 | 54 | 226 | 64 | 45 |
| Binary | 101101 | 10010000 | 1011111 | 1000101 | 0 | 100010 | 101100 | 10010110 | 110100 | 100101 |
Color Harmonies of #2D905F
Complementary color
Monochromatic Colors of #2D905F
Black with #2D905F
Text Example
Text Example
White with #2D905F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D905F; }
p { color: rgb(45,144,95); }
H1.HeaderClassName
{
color: #2D905F;
}
.AnyTagClassName
{
color: #2D905F;
}
</style>
background-color css
<style>
a { background-color: #2D905F; }
a { background-color: rgb(45,144,95); }
div.DivClassName
{
background-color: #2D905F;
}
.BgClassName
{
background-color: #2D905F;
}
</style>
border-color css
<style>
span { border-color: #2D905F; }
span { border-color: rgb(45,144,95); }
td.TdClassName
{
border-color: #2D905F;
}
.TagClassName
{
border-color: #2D905F;
}
</style>