Shades of Eucalyptus #268F62
Tints of Eucalyptus #268F62
RGB
CMYK
RGB Variations
Color information
#268F62 (or 0x268F62) is known color: Eucalyptus. HEX triplet: 26, 8F and 62. RGB value is (38,143,98). Sum of RGB (Red+Green+Blue) = 38+143+98=279 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.62% from 279); Green value is 143 (56.25% from 255 or 51.25% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 143 - color contains mainly: green. Hex color #268F62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268F62 is #D9709D. Grayscale: #6A6A6A. Windows color (decimal): -14250142 or 6459174. OLE color: 6459174.
HSL color Cylindrical-coordinate representation of color #268F62: hue angle of 154.29º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268F62 is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 143 | 98 | - |
| CMYK | 0.73 | 0 | 0.31 | 0.44 |
| HSL | 154.29º | 0.58% | 0.35% | - |
| HSV(B) | 154.29º | 0.73% | 0.56% | - |
| XYZ | 12.83 | 20.94 | 14.92 | - |
| YUV | 106.48 | 123.21 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 143 | 98 | 0.73 | 0 | 0.31 | 0.44 | 154.29 | 0.58 | 0.35 |
| Hex | 26 | 8F | 62 | 49 | 0 | 1F | 2C | 9A | 3A | 23 |
| Octal | 46 | 217 | 142 | 111 | 0 | 37 | 54 | 232 | 72 | 43 |
| Binary | 100110 | 10001111 | 1100010 | 1001001 | 0 | 11111 | 101100 | 10011010 | 111010 | 100011 |
Color Harmonies of #268F62
Complementary color
Monochromatic Colors of #268F62
Black with #268F62
Text Example
Text Example
White with #268F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268F62; }
p { color: rgb(38,143,98); }
H1.HeaderClassName
{
color: #268F62;
}
.AnyTagClassName
{
color: #268F62;
}
</style>
background-color css
<style>
a { background-color: #268F62; }
a { background-color: rgb(38,143,98); }
div.DivClassName
{
background-color: #268F62;
}
.BgClassName
{
background-color: #268F62;
}
</style>
border-color css
<style>
span { border-color: #268F62; }
span { border-color: rgb(38,143,98); }
td.TdClassName
{
border-color: #268F62;
}
.TagClassName
{
border-color: #268F62;
}
</style>