Shades of Eucalyptus #269C5B
Tints of Eucalyptus #269C5B
RGB
CMYK
RGB Variations
Color information
#269C5B (or 0x269C5B) is known color: Eucalyptus. HEX triplet: 26, 9C and 5B. RGB value is (38,156,91). Sum of RGB (Red+Green+Blue) = 38+156+91=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 156 (61.33% from 255 or 54.74% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 156 - color contains mainly: green. Hex color #269C5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269C5B is #D963A4. Grayscale: #717171. Windows color (decimal): -14246821 or 6003750. OLE color: 6003750.
HSL color Cylindrical-coordinate representation of color #269C5B: hue angle of 146.95º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269C5B is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 156 | 91 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.39 |
| HSL | 146.95º | 0.61% | 0.38% | - |
| HSV(B) | 146.95º | 0.76% | 0.61% | - |
| XYZ | 14.58 | 24.94 | 13.94 | - |
| YUV | 113.31 | 115.41 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 156 | 91 | 0.76 | 0 | 0.42 | 0.39 | 146.95 | 0.61 | 0.38 |
| Hex | 26 | 9C | 5B | 4C | 0 | 2A | 27 | 93 | 3D | 26 |
| Octal | 46 | 234 | 133 | 114 | 0 | 52 | 47 | 223 | 75 | 46 |
| Binary | 100110 | 10011100 | 1011011 | 1001100 | 0 | 101010 | 100111 | 10010011 | 111101 | 100110 |
Color Harmonies of #269C5B
Complementary color
Monochromatic Colors of #269C5B
Black with #269C5B
Text Example
Text Example
White with #269C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269C5B; }
p { color: rgb(38,156,91); }
H1.HeaderClassName
{
color: #269C5B;
}
.AnyTagClassName
{
color: #269C5B;
}
</style>
background-color css
<style>
a { background-color: #269C5B; }
a { background-color: rgb(38,156,91); }
div.DivClassName
{
background-color: #269C5B;
}
.BgClassName
{
background-color: #269C5B;
}
</style>
border-color css
<style>
span { border-color: #269C5B; }
span { border-color: rgb(38,156,91); }
td.TdClassName
{
border-color: #269C5B;
}
.TagClassName
{
border-color: #269C5B;
}
</style>