Shades of Eucalyptus #269962
Tints of Eucalyptus #269962
RGB
CMYK
RGB Variations
Color information
#269962 (or 0x269962) is known color: Eucalyptus. HEX triplet: 26, 99 and 62. RGB value is (38,153,98). Sum of RGB (Red+Green+Blue) = 38+153+98=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #269962 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269962 is #D9669D. Grayscale: #707070. Windows color (decimal): -14247582 or 6461734. OLE color: 6461734.
HSL color Cylindrical-coordinate representation of color #269962: hue angle of 151.3º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269962 is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 38 | 153 | 98 | - |
| CMYK | 0.75 | 0 | 0.36 | 0.4 |
| HSL | 151.3º | 0.6% | 0.37% | - |
| HSV(B) | 151.3º | 0.75% | 0.6% | - |
| XYZ | 14.4 | 24.08 | 15.44 | - |
| YUV | 112.35 | 119.9 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 153 | 98 | 0.75 | 0 | 0.36 | 0.4 | 151.3 | 0.6 | 0.37 |
| Hex | 26 | 99 | 62 | 4B | 0 | 24 | 28 | 97 | 3C | 25 |
| Octal | 46 | 231 | 142 | 113 | 0 | 44 | 50 | 227 | 74 | 45 |
| Binary | 100110 | 10011001 | 1100010 | 1001011 | 0 | 100100 | 101000 | 10010111 | 111100 | 100101 |
Color Harmonies of #269962
Complementary color
Monochromatic Colors of #269962
Black with #269962
Text Example
Text Example
White with #269962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269962; }
p { color: rgb(38,153,98); }
H1.HeaderClassName
{
color: #269962;
}
.AnyTagClassName
{
color: #269962;
}
</style>
background-color css
<style>
a { background-color: #269962; }
a { background-color: rgb(38,153,98); }
div.DivClassName
{
background-color: #269962;
}
.BgClassName
{
background-color: #269962;
}
</style>
border-color css
<style>
span { border-color: #269962; }
span { border-color: rgb(38,153,98); }
td.TdClassName
{
border-color: #269962;
}
.TagClassName
{
border-color: #269962;
}
</style>