Shades of Elf Green #268865
Tints of Elf Green #268865
RGB
CMYK
RGB Variations
Color information
#268865 (or 0x268865) is known color: Elf Green. HEX triplet: 26, 88 and 65. RGB value is (38,136,101). Sum of RGB (Red+Green+Blue) = 38+136+101=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 136 (53.52% from 255 or 49.45% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 136 - color contains mainly: green. Hex color #268865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268865 is #D9779A. Grayscale: #666666. Windows color (decimal): -14251931 or 6653990. OLE color: 6653990.
HSL color Cylindrical-coordinate representation of color #268865: hue angle of 158.57º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268865 is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 136 | 101 | - |
| CMYK | 0.72 | 0 | 0.26 | 0.47 |
| HSL | 158.57º | 0.56% | 0.34% | - |
| HSV(B) | 158.57º | 0.72% | 0.53% | - |
| XYZ | 11.95 | 18.96 | 15.34 | - |
| YUV | 102.71 | 127.03 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 136 | 101 | 0.72 | 0 | 0.26 | 0.47 | 158.57 | 0.56 | 0.34 |
| Hex | 26 | 88 | 65 | 48 | 0 | 1A | 2F | 9F | 38 | 22 |
| Octal | 46 | 210 | 145 | 110 | 0 | 32 | 57 | 237 | 70 | 42 |
| Binary | 100110 | 10001000 | 1100101 | 1001000 | 0 | 11010 | 101111 | 10011111 | 111000 | 100010 |
Color Harmonies of #268865
Complementary color
Monochromatic Colors of #268865
Black with #268865
Text Example
Text Example
White with #268865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268865; }
p { color: rgb(38,136,101); }
H1.HeaderClassName
{
color: #268865;
}
.AnyTagClassName
{
color: #268865;
}
</style>
background-color css
<style>
a { background-color: #268865; }
a { background-color: rgb(38,136,101); }
div.DivClassName
{
background-color: #268865;
}
.BgClassName
{
background-color: #268865;
}
</style>
border-color css
<style>
span { border-color: #268865; }
span { border-color: rgb(38,136,101); }
td.TdClassName
{
border-color: #268865;
}
.TagClassName
{
border-color: #268865;
}
</style>