Shades of Eucalyptus #269C62
Tints of Eucalyptus #269C62
RGB
CMYK
RGB Variations
Color information
#269C62 (or 0x269C62) is known color: Eucalyptus. HEX triplet: 26, 9C and 62. RGB value is (38,156,98). Sum of RGB (Red+Green+Blue) = 38+156+98=292 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.01% from 292); Green value is 156 (61.33% from 255 or 53.42% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 156 - color contains mainly: green. Hex color #269C62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269C62 is #D9639D. Grayscale: #727272. Windows color (decimal): -14246814 or 6462502. OLE color: 6462502.
HSL color Cylindrical-coordinate representation of color #269C62: hue angle of 150.51º 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 #269C62 is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 156 | 98 | - |
| CMYK | 0.76 | 0 | 0.37 | 0.39 |
| HSL | 150.51º | 0.61% | 0.38% | - |
| HSV(B) | 150.51º | 0.76% | 0.61% | - |
| XYZ | 14.89 | 25.07 | 15.61 | - |
| YUV | 114.11 | 118.91 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 156 | 98 | 0.76 | 0 | 0.37 | 0.39 | 150.51 | 0.61 | 0.38 |
| Hex | 26 | 9C | 62 | 4C | 0 | 25 | 27 | 97 | 3D | 26 |
| Octal | 46 | 234 | 142 | 114 | 0 | 45 | 47 | 227 | 75 | 46 |
| Binary | 100110 | 10011100 | 1100010 | 1001100 | 0 | 100101 | 100111 | 10010111 | 111101 | 100110 |
Color Harmonies of #269C62
Complementary color
Monochromatic Colors of #269C62
Black with #269C62
Text Example
Text Example
White with #269C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269C62; }
p { color: rgb(38,156,98); }
H1.HeaderClassName
{
color: #269C62;
}
.AnyTagClassName
{
color: #269C62;
}
</style>
background-color css
<style>
a { background-color: #269C62; }
a { background-color: rgb(38,156,98); }
div.DivClassName
{
background-color: #269C62;
}
.BgClassName
{
background-color: #269C62;
}
</style>
border-color css
<style>
span { border-color: #269C62; }
span { border-color: rgb(38,156,98); }
td.TdClassName
{
border-color: #269C62;
}
.TagClassName
{
border-color: #269C62;
}
</style>