Shades of Elf Green #268269
Tints of Elf Green #268269
RGB
CMYK
RGB Variations
Color information
#268269 (or 0x268269) is known color: Elf Green. HEX triplet: 26, 82 and 69. RGB value is (38,130,105). Sum of RGB (Red+Green+Blue) = 38+130+105=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #268269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268269 is #D97D96. Grayscale: #636363. Windows color (decimal): -14253463 or 6914598. OLE color: 6914598.
HSL color Cylindrical-coordinate representation of color #268269: hue angle of 163.7º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268269 is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 130 | 105 | - |
| CMYK | 0.71 | 0 | 0.19 | 0.49 |
| HSL | 163.7º | 0.55% | 0.33% | - |
| HSV(B) | 163.7º | 0.71% | 0.51% | - |
| XYZ | 11.33 | 17.4 | 16.13 | - |
| YUV | 99.64 | 131.02 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 130 | 105 | 0.71 | 0 | 0.19 | 0.49 | 163.7 | 0.55 | 0.33 |
| Hex | 26 | 82 | 69 | 47 | 0 | 13 | 31 | A4 | 37 | 21 |
| Octal | 46 | 202 | 151 | 107 | 0 | 23 | 61 | 244 | 67 | 41 |
| Binary | 100110 | 10000010 | 1101001 | 1000111 | 0 | 10011 | 110001 | 10100100 | 110111 | 100001 |
Color Harmonies of #268269
Complementary color
Monochromatic Colors of #268269
Black with #268269
Text Example
Text Example
White with #268269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268269; }
p { color: rgb(38,130,105); }
H1.HeaderClassName
{
color: #268269;
}
.AnyTagClassName
{
color: #268269;
}
</style>
background-color css
<style>
a { background-color: #268269; }
a { background-color: rgb(38,130,105); }
div.DivClassName
{
background-color: #268269;
}
.BgClassName
{
background-color: #268269;
}
</style>
border-color css
<style>
span { border-color: #268269; }
span { border-color: rgb(38,130,105); }
td.TdClassName
{
border-color: #268269;
}
.TagClassName
{
border-color: #268269;
}
</style>