Shades of Eucalyptus #23995D
Tints of Eucalyptus #23995D
RGB
CMYK
RGB Variations
Color information
#23995D (or 0x23995D) is known color: Eucalyptus. HEX triplet: 23, 99 and 5D. RGB value is (35,153,93). Sum of RGB (Red+Green+Blue) = 35+153+93=281 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.46% from 281); Green value is 153 (60.16% from 255 or 54.45% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 153 - color contains mainly: green. Hex color #23995D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23995D is #DC66A2. Grayscale: #6F6F6F. Windows color (decimal): -14444195 or 6134051. OLE color: 6134051.
HSL color Cylindrical-coordinate representation of color #23995D: hue angle of 149.49º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23995D is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 35 | 153 | 93 | - |
| CMYK | 0.77 | 0 | 0.39 | 0.4 |
| HSL | 149.49º | 0.63% | 0.37% | - |
| HSV(B) | 149.49º | 0.77% | 0.6% | - |
| XYZ | 14.06 | 23.93 | 14.23 | - |
| YUV | 110.88 | 117.91 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 153 | 93 | 0.77 | 0 | 0.39 | 0.4 | 149.49 | 0.63 | 0.37 |
| Hex | 23 | 99 | 5D | 4D | 0 | 27 | 28 | 95 | 3F | 25 |
| Octal | 43 | 231 | 135 | 115 | 0 | 47 | 50 | 225 | 77 | 45 |
| Binary | 100011 | 10011001 | 1011101 | 1001101 | 0 | 100111 | 101000 | 10010101 | 111111 | 100101 |
Color Harmonies of #23995D
Complementary color
Monochromatic Colors of #23995D
Black with #23995D
Text Example
Text Example
White with #23995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23995D; }
p { color: rgb(35,153,93); }
H1.HeaderClassName
{
color: #23995D;
}
.AnyTagClassName
{
color: #23995D;
}
</style>
background-color css
<style>
a { background-color: #23995D; }
a { background-color: rgb(35,153,93); }
div.DivClassName
{
background-color: #23995D;
}
.BgClassName
{
background-color: #23995D;
}
</style>
border-color css
<style>
span { border-color: #23995D; }
span { border-color: rgb(35,153,93); }
td.TdClassName
{
border-color: #23995D;
}
.TagClassName
{
border-color: #23995D;
}
</style>