Shades of Eucalyptus #269462
Tints of Eucalyptus #269462
RGB
CMYK
RGB Variations
Color information
#269462 (or 0x269462) is known color: Eucalyptus. HEX triplet: 26, 94 and 62. RGB value is (38,148,98). Sum of RGB (Red+Green+Blue) = 38+148+98=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 148 (58.20% from 255 or 52.11% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 148 - color contains mainly: green. Hex color #269462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269462 is #D96B9D. Grayscale: #6D6D6D. Windows color (decimal): -14248862 or 6460454. OLE color: 6460454.
HSL color Cylindrical-coordinate representation of color #269462: hue angle of 152.73º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269462 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 148 | 98 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.42 |
| HSL | 152.73º | 0.59% | 0.36% | - |
| HSV(B) | 152.73º | 0.74% | 0.58% | - |
| XYZ | 13.59 | 22.47 | 15.18 | - |
| YUV | 109.41 | 121.56 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 148 | 98 | 0.74 | 0 | 0.34 | 0.42 | 152.73 | 0.59 | 0.36 |
| Hex | 26 | 94 | 62 | 4A | 0 | 22 | 2A | 99 | 3B | 24 |
| Octal | 46 | 224 | 142 | 112 | 0 | 42 | 52 | 231 | 73 | 44 |
| Binary | 100110 | 10010100 | 1100010 | 1001010 | 0 | 100010 | 101010 | 10011001 | 111011 | 100100 |
Color Harmonies of #269462
Complementary color
Monochromatic Colors of #269462
Black with #269462
Text Example
Text Example
White with #269462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269462; }
p { color: rgb(38,148,98); }
H1.HeaderClassName
{
color: #269462;
}
.AnyTagClassName
{
color: #269462;
}
</style>
background-color css
<style>
a { background-color: #269462; }
a { background-color: rgb(38,148,98); }
div.DivClassName
{
background-color: #269462;
}
.BgClassName
{
background-color: #269462;
}
</style>
border-color css
<style>
span { border-color: #269462; }
span { border-color: rgb(38,148,98); }
td.TdClassName
{
border-color: #269462;
}
.TagClassName
{
border-color: #269462;
}
</style>