Shades of Eucalyptus #2D925F
Tints of Eucalyptus #2D925F
RGB
CMYK
RGB Variations
Color information
#2D925F (or 0x2D925F) is known color: Eucalyptus. HEX triplet: 2D, 92 and 5F. RGB value is (45,146,95). Sum of RGB (Red+Green+Blue) = 45+146+95=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 146 (57.42% from 255 or 51.05% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 146 - color contains mainly: green. Hex color #2D925F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D925F is #D26DA0. Grayscale: #6E6E6E. Windows color (decimal): -13790625 or 6263341. OLE color: 6263341.
HSL color Cylindrical-coordinate representation of color #2D925F: hue angle of 149.7º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D925F is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 45 | 146 | 95 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.43 |
| HSL | 149.7º | 0.53% | 0.37% | - |
| HSV(B) | 149.7º | 0.69% | 0.57% | - |
| XYZ | 13.43 | 21.94 | 14.35 | - |
| YUV | 109.99 | 119.54 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 146 | 95 | 0.69 | 0 | 0.35 | 0.43 | 149.7 | 0.53 | 0.37 |
| Hex | 2D | 92 | 5F | 45 | 0 | 23 | 2B | 96 | 35 | 25 |
| Octal | 55 | 222 | 137 | 105 | 0 | 43 | 53 | 226 | 65 | 45 |
| Binary | 101101 | 10010010 | 1011111 | 1000101 | 0 | 100011 | 101011 | 10010110 | 110101 | 100101 |
Color Harmonies of #2D925F
Complementary color
Monochromatic Colors of #2D925F
Black with #2D925F
Text Example
Text Example
White with #2D925F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D925F; }
p { color: rgb(45,146,95); }
H1.HeaderClassName
{
color: #2D925F;
}
.AnyTagClassName
{
color: #2D925F;
}
</style>
background-color css
<style>
a { background-color: #2D925F; }
a { background-color: rgb(45,146,95); }
div.DivClassName
{
background-color: #2D925F;
}
.BgClassName
{
background-color: #2D925F;
}
</style>
border-color css
<style>
span { border-color: #2D925F; }
span { border-color: rgb(45,146,95); }
td.TdClassName
{
border-color: #2D925F;
}
.TagClassName
{
border-color: #2D925F;
}
</style>