Shades of Eucalyptus #2D9367
Tints of Eucalyptus #2D9367
RGB
CMYK
RGB Variations
Color information
#2D9367 (or 0x2D9367) is known color: Eucalyptus. HEX triplet: 2D, 93 and 67. RGB value is (45,147,103). Sum of RGB (Red+Green+Blue) = 45+147+103=295 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.25% from 295); Green value is 147 (57.81% from 255 or 49.83% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 147 - color contains mainly: green. Hex color #2D9367 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9367 is #D26C98. Grayscale: #6F6F6F. Windows color (decimal): -13790361 or 6787885. OLE color: 6787885.
HSL color Cylindrical-coordinate representation of color #2D9367: hue angle of 154.12º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D9367 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 147 | 103 | - |
| CMYK | 0.69 | 0 | 0.30 | 0.42 |
| HSL | 154.12º | 0.53% | 0.38% | - |
| HSV(B) | 154.12º | 0.69% | 0.58% | - |
| XYZ | 13.96 | 22.4 | 16.42 | - |
| YUV | 111.49 | 123.21 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 147 | 103 | 0.69 | 0 | 0.30 | 0.42 | 154.12 | 0.53 | 0.38 |
| Hex | 2D | 93 | 67 | 45 | 0 | 1E | 2A | 9A | 35 | 26 |
| Octal | 55 | 223 | 147 | 105 | 0 | 36 | 52 | 232 | 65 | 46 |
| Binary | 101101 | 10010011 | 1100111 | 1000101 | 0 | 11110 | 101010 | 10011010 | 110101 | 100110 |
Color Harmonies of #2D9367
Complementary color
Monochromatic Colors of #2D9367
Black with #2D9367
Text Example
Text Example
White with #2D9367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9367; }
p { color: rgb(45,147,103); }
H1.HeaderClassName
{
color: #2D9367;
}
.AnyTagClassName
{
color: #2D9367;
}
</style>
background-color css
<style>
a { background-color: #2D9367; }
a { background-color: rgb(45,147,103); }
div.DivClassName
{
background-color: #2D9367;
}
.BgClassName
{
background-color: #2D9367;
}
</style>
border-color css
<style>
span { border-color: #2D9367; }
span { border-color: rgb(45,147,103); }
td.TdClassName
{
border-color: #2D9367;
}
.TagClassName
{
border-color: #2D9367;
}
</style>