Shades of Eucalyptus #26935F
Tints of Eucalyptus #26935F
RGB
CMYK
RGB Variations
Color information
#26935F (or 0x26935F) is known color: Eucalyptus. HEX triplet: 26, 93 and 5F. RGB value is (38,147,95). Sum of RGB (Red+Green+Blue) = 38+147+95=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 147 (57.81% from 255 or 52.5% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 147 - color contains mainly: green. Hex color #26935F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26935F is #D96CA0. Grayscale: #6C6C6C. Windows color (decimal): -14249121 or 6263590. OLE color: 6263590.
HSL color Cylindrical-coordinate representation of color #26935F: hue angle of 151.38º 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 #26935F is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 147 | 95 | - |
| CMYK | 0.74 | 0 | 0.35 | 0.42 |
| HSL | 151.38º | 0.59% | 0.36% | - |
| HSV(B) | 151.38º | 0.74% | 0.58% | - |
| XYZ | 13.3 | 22.11 | 14.39 | - |
| YUV | 108.48 | 120.39 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 147 | 95 | 0.74 | 0 | 0.35 | 0.42 | 151.38 | 0.59 | 0.36 |
| Hex | 26 | 93 | 5F | 4A | 0 | 23 | 2A | 97 | 3B | 24 |
| Octal | 46 | 223 | 137 | 112 | 0 | 43 | 52 | 227 | 73 | 44 |
| Binary | 100110 | 10010011 | 1011111 | 1001010 | 0 | 100011 | 101010 | 10010111 | 111011 | 100100 |
Color Harmonies of #26935F
Complementary color
Monochromatic Colors of #26935F
Black with #26935F
Text Example
Text Example
White with #26935F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26935F; }
p { color: rgb(38,147,95); }
H1.HeaderClassName
{
color: #26935F;
}
.AnyTagClassName
{
color: #26935F;
}
</style>
background-color css
<style>
a { background-color: #26935F; }
a { background-color: rgb(38,147,95); }
div.DivClassName
{
background-color: #26935F;
}
.BgClassName
{
background-color: #26935F;
}
</style>
border-color css
<style>
span { border-color: #26935F; }
span { border-color: rgb(38,147,95); }
td.TdClassName
{
border-color: #26935F;
}
.TagClassName
{
border-color: #26935F;
}
</style>