Shades of Eucalyptus #269C5D
Tints of Eucalyptus #269C5D
RGB
CMYK
RGB Variations
Color information
#269C5D (or 0x269C5D) is known color: Eucalyptus. HEX triplet: 26, 9C and 5D. RGB value is (38,156,93). Sum of RGB (Red+Green+Blue) = 38+156+93=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 156 (61.33% from 255 or 54.36% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 156 - color contains mainly: green. Hex color #269C5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269C5D is #D963A2. Grayscale: #717171. Windows color (decimal): -14246819 or 6134822. OLE color: 6134822.
HSL color Cylindrical-coordinate representation of color #269C5D: hue angle of 147.97º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269C5D is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 156 | 93 | - |
| CMYK | 0.76 | 0 | 0.40 | 0.39 |
| HSL | 147.97º | 0.61% | 0.38% | - |
| HSV(B) | 147.97º | 0.76% | 0.61% | - |
| XYZ | 14.66 | 24.98 | 14.4 | - |
| YUV | 113.54 | 116.41 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 156 | 93 | 0.76 | 0 | 0.40 | 0.39 | 147.97 | 0.61 | 0.38 |
| Hex | 26 | 9C | 5D | 4C | 0 | 28 | 27 | 94 | 3D | 26 |
| Octal | 46 | 234 | 135 | 114 | 0 | 50 | 47 | 224 | 75 | 46 |
| Binary | 100110 | 10011100 | 1011101 | 1001100 | 0 | 101000 | 100111 | 10010100 | 111101 | 100110 |
Color Harmonies of #269C5D
Complementary color
Monochromatic Colors of #269C5D
Black with #269C5D
Text Example
Text Example
White with #269C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269C5D; }
p { color: rgb(38,156,93); }
H1.HeaderClassName
{
color: #269C5D;
}
.AnyTagClassName
{
color: #269C5D;
}
</style>
background-color css
<style>
a { background-color: #269C5D; }
a { background-color: rgb(38,156,93); }
div.DivClassName
{
background-color: #269C5D;
}
.BgClassName
{
background-color: #269C5D;
}
</style>
border-color css
<style>
span { border-color: #269C5D; }
span { border-color: rgb(38,156,93); }
td.TdClassName
{
border-color: #269C5D;
}
.TagClassName
{
border-color: #269C5D;
}
</style>