Shades of Eucalyptus #26925F
Tints of Eucalyptus #26925F
RGB
CMYK
RGB Variations
Color information
#26925F (or 0x26925F) is known color: Eucalyptus. HEX triplet: 26, 92 and 5F. RGB value is (38,146,95). Sum of RGB (Red+Green+Blue) = 38+146+95=279 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.62% from 279); Green value is 146 (57.42% from 255 or 52.33% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 146 - color contains mainly: green. Hex color #26925F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26925F is #D96DA0. Grayscale: #6B6B6B. Windows color (decimal): -14249377 or 6263334. OLE color: 6263334.
HSL color Cylindrical-coordinate representation of color #26925F: hue angle of 151.67º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #26925F is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 146 | 95 | - |
| CMYK | 0.74 | 0 | 0.35 | 0.43 |
| HSL | 151.67º | 0.59% | 0.36% | - |
| HSV(B) | 151.67º | 0.74% | 0.57% | - |
| XYZ | 13.14 | 21.8 | 14.34 | - |
| YUV | 107.89 | 120.72 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 146 | 95 | 0.74 | 0 | 0.35 | 0.43 | 151.67 | 0.59 | 0.36 |
| Hex | 26 | 92 | 5F | 4A | 0 | 23 | 2B | 98 | 3B | 24 |
| Octal | 46 | 222 | 137 | 112 | 0 | 43 | 53 | 230 | 73 | 44 |
| Binary | 100110 | 10010010 | 1011111 | 1001010 | 0 | 100011 | 101011 | 10011000 | 111011 | 100100 |
Color Harmonies of #26925F
Complementary color
Monochromatic Colors of #26925F
Black with #26925F
Text Example
Text Example
White with #26925F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26925F; }
p { color: rgb(38,146,95); }
H1.HeaderClassName
{
color: #26925F;
}
.AnyTagClassName
{
color: #26925F;
}
</style>
background-color css
<style>
a { background-color: #26925F; }
a { background-color: rgb(38,146,95); }
div.DivClassName
{
background-color: #26925F;
}
.BgClassName
{
background-color: #26925F;
}
</style>
border-color css
<style>
span { border-color: #26925F; }
span { border-color: rgb(38,146,95); }
td.TdClassName
{
border-color: #26925F;
}
.TagClassName
{
border-color: #26925F;
}
</style>