Shades of Eucalyptus #269B5E
Tints of Eucalyptus #269B5E
RGB
CMYK
RGB Variations
Color information
#269B5E (or 0x269B5E) is known color: Eucalyptus. HEX triplet: 26, 9B and 5E. RGB value is (38,155,94). Sum of RGB (Red+Green+Blue) = 38+155+94=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 155 (60.94% from 255 or 54.01% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 155 - color contains mainly: green. Hex color #269B5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269B5E is #D964A1. Grayscale: #717171. Windows color (decimal): -14247074 or 6200102. OLE color: 6200102.
HSL color Cylindrical-coordinate representation of color #269B5E: hue angle of 148.72º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269B5E is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
RGB | 38 | 155 | 94 | - |
CMYK | 0.75 | 0 | 0.39 | 0.39 |
HSL | 148.72º | 0.61% | 0.38% | - |
HSV(B) | 148.72º | 0.75% | 0.61% | - |
XYZ | 14.54 | 24.66 | 14.58 | - |
YUV | 113.06 | 117.24 | 74.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 38 | 155 | 94 | 0.75 | 0 | 0.39 | 0.39 | 148.72 | 0.61 | 0.38 |
Hex | 26 | 9B | 5E | 4B | 0 | 27 | 27 | 95 | 3D | 26 |
Octal | 46 | 233 | 136 | 113 | 0 | 47 | 47 | 225 | 75 | 46 |
Binary | 100110 | 10011011 | 1011110 | 1001011 | 0 | 100111 | 100111 | 10010101 | 111101 | 100110 |
Color Harmonies of #269B5E
Complementary color
Monochromatic Colors of #269B5E
Black with #269B5E
Text Example
Text Example
White with #269B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269B5E; }
p { color: rgb(38,155,94); }
H1.HeaderClassName
{
color: #269B5E;
}
.AnyTagClassName
{
color: #269B5E;
}
</style>
background-color css
<style>
a { background-color: #269B5E; }
a { background-color: rgb(38,155,94); }
div.DivClassName
{
background-color: #269B5E;
}
.BgClassName
{
background-color: #269B5E;
}
</style>
border-color css
<style>
span { border-color: #269B5E; }
span { border-color: rgb(38,155,94); }
td.TdClassName
{
border-color: #269B5E;
}
.TagClassName
{
border-color: #269B5E;
}
</style>