Shades of Eucalyptus #269C6D
Tints of Eucalyptus #269C6D
RGB
CMYK
RGB Variations
Color information
#269C6D (or 0x269C6D) is known color: Eucalyptus. HEX triplet: 26, 9C and 6D. RGB value is (38,156,109). Sum of RGB (Red+Green+Blue) = 38+156+109=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 156 (61.33% from 255 or 51.49% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 156 - color contains mainly: green. Hex color #269C6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269C6D is #D96392. Grayscale: #737373. Windows color (decimal): -14246803 or 7183398. OLE color: 7183398.
HSL color Cylindrical-coordinate representation of color #269C6D: hue angle of 156.1º 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 #269C6D is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 156 | 109 | - |
| CMYK | 0.76 | 0 | 0.30 | 0.39 |
| HSL | 156.1º | 0.61% | 0.38% | - |
| HSV(B) | 156.1º | 0.76% | 0.61% | - |
| XYZ | 15.45 | 25.29 | 18.54 | - |
| YUV | 115.36 | 124.41 | 72.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 156 | 109 | 0.76 | 0 | 0.30 | 0.39 | 156.1 | 0.61 | 0.38 |
| Hex | 26 | 9C | 6D | 4C | 0 | 1E | 27 | 9C | 3D | 26 |
| Octal | 46 | 234 | 155 | 114 | 0 | 36 | 47 | 234 | 75 | 46 |
| Binary | 100110 | 10011100 | 1101101 | 1001100 | 0 | 11110 | 100111 | 10011100 | 111101 | 100110 |
Color Harmonies of #269C6D
Complementary color
Monochromatic Colors of #269C6D
Black with #269C6D
Text Example
Text Example
White with #269C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269C6D; }
p { color: rgb(38,156,109); }
H1.HeaderClassName
{
color: #269C6D;
}
.AnyTagClassName
{
color: #269C6D;
}
</style>
background-color css
<style>
a { background-color: #269C6D; }
a { background-color: rgb(38,156,109); }
div.DivClassName
{
background-color: #269C6D;
}
.BgClassName
{
background-color: #269C6D;
}
</style>
border-color css
<style>
span { border-color: #269C6D; }
span { border-color: rgb(38,156,109); }
td.TdClassName
{
border-color: #269C6D;
}
.TagClassName
{
border-color: #269C6D;
}
</style>