Shades of Eucalyptus #2D9B5C
Tints of Eucalyptus #2D9B5C
RGB
CMYK
RGB Variations
Color information
#2D9B5C (or 0x2D9B5C) is known color: Eucalyptus. HEX triplet: 2D, 9B and 5C. RGB value is (45,155,92). Sum of RGB (Red+Green+Blue) = 45+155+92=292 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.41% from 292); Green value is 155 (60.94% from 255 or 53.08% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 155 - color contains mainly: green. Hex color #2D9B5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9B5C is #D264A3. Grayscale: #737373. Windows color (decimal): -13788324 or 6069037. OLE color: 6069037.
HSL color Cylindrical-coordinate representation of color #2D9B5C: hue angle of 145.64º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D9B5C is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 45 | 155 | 92 | - |
| CMYK | 0.71 | 0 | 0.41 | 0.39 |
| HSL | 145.64º | 0.55% | 0.39% | - |
| HSV(B) | 145.64º | 0.71% | 0.61% | - |
| XYZ | 14.74 | 24.77 | 14.13 | - |
| YUV | 114.93 | 115.06 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 155 | 92 | 0.71 | 0 | 0.41 | 0.39 | 145.64 | 0.55 | 0.39 |
| Hex | 2D | 9B | 5C | 47 | 0 | 29 | 27 | 92 | 37 | 27 |
| Octal | 55 | 233 | 134 | 107 | 0 | 51 | 47 | 222 | 67 | 47 |
| Binary | 101101 | 10011011 | 1011100 | 1000111 | 0 | 101001 | 100111 | 10010010 | 110111 | 100111 |
Color Harmonies of #2D9B5C
Complementary color
Monochromatic Colors of #2D9B5C
Black with #2D9B5C
Text Example
Text Example
White with #2D9B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9B5C; }
p { color: rgb(45,155,92); }
H1.HeaderClassName
{
color: #2D9B5C;
}
.AnyTagClassName
{
color: #2D9B5C;
}
</style>
background-color css
<style>
a { background-color: #2D9B5C; }
a { background-color: rgb(45,155,92); }
div.DivClassName
{
background-color: #2D9B5C;
}
.BgClassName
{
background-color: #2D9B5C;
}
</style>
border-color css
<style>
span { border-color: #2D9B5C; }
span { border-color: rgb(45,155,92); }
td.TdClassName
{
border-color: #2D9B5C;
}
.TagClassName
{
border-color: #2D9B5C;
}
</style>