Shades of Elf Green #268962
Tints of Elf Green #268962
RGB
CMYK
RGB Variations
Color information
#268962 (or 0x268962) is known color: Elf Green. HEX triplet: 26, 89 and 62. RGB value is (38,137,98). Sum of RGB (Red+Green+Blue) = 38+137+98=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 137 (53.91% from 255 or 50.18% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 137 - color contains mainly: green. Hex color #268962 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268962 is #D9769D. Grayscale: #676767. Windows color (decimal): -14251678 or 6457638. OLE color: 6457638.
HSL color Cylindrical-coordinate representation of color #268962: hue angle of 156.36º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268962 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 137 | 98 | - |
| CMYK | 0.72 | 0 | 0.28 | 0.46 |
| HSL | 156.36º | 0.57% | 0.34% | - |
| HSV(B) | 156.36º | 0.72% | 0.54% | - |
| XYZ | 11.95 | 19.19 | 14.63 | - |
| YUV | 102.95 | 125.2 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 137 | 98 | 0.72 | 0 | 0.28 | 0.46 | 156.36 | 0.57 | 0.34 |
| Hex | 26 | 89 | 62 | 48 | 0 | 1C | 2E | 9C | 39 | 22 |
| Octal | 46 | 211 | 142 | 110 | 0 | 34 | 56 | 234 | 71 | 42 |
| Binary | 100110 | 10001001 | 1100010 | 1001000 | 0 | 11100 | 101110 | 10011100 | 111001 | 100010 |
Color Harmonies of #268962
Complementary color
Monochromatic Colors of #268962
Black with #268962
Text Example
Text Example
White with #268962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268962; }
p { color: rgb(38,137,98); }
H1.HeaderClassName
{
color: #268962;
}
.AnyTagClassName
{
color: #268962;
}
</style>
background-color css
<style>
a { background-color: #268962; }
a { background-color: rgb(38,137,98); }
div.DivClassName
{
background-color: #268962;
}
.BgClassName
{
background-color: #268962;
}
</style>
border-color css
<style>
span { border-color: #268962; }
span { border-color: rgb(38,137,98); }
td.TdClassName
{
border-color: #268962;
}
.TagClassName
{
border-color: #268962;
}
</style>