Shades of Elf Green #268360
Tints of Elf Green #268360
RGB
CMYK
RGB Variations
Color information
#268360 (or 0x268360) is known color: Elf Green. HEX triplet: 26, 83 and 60. RGB value is (38,131,96). Sum of RGB (Red+Green+Blue) = 38+131+96=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 131 (51.56% from 255 or 49.43% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 131 - color contains mainly: green. Hex color #268360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268360 is #D97C9F. Grayscale: #636363. Windows color (decimal): -14253216 or 6325030. OLE color: 6325030.
HSL color Cylindrical-coordinate representation of color #268360: hue angle of 157.42º 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 #268360 is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 131 | 96 | - |
| CMYK | 0.71 | 0 | 0.27 | 0.49 |
| HSL | 157.42º | 0.55% | 0.33% | - |
| HSV(B) | 157.42º | 0.71% | 0.51% | - |
| XYZ | 11.03 | 17.49 | 13.86 | - |
| YUV | 99.2 | 126.19 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 131 | 96 | 0.71 | 0 | 0.27 | 0.49 | 157.42 | 0.55 | 0.33 |
| Hex | 26 | 83 | 60 | 47 | 0 | 1B | 31 | 9D | 37 | 21 |
| Octal | 46 | 203 | 140 | 107 | 0 | 33 | 61 | 235 | 67 | 41 |
| Binary | 100110 | 10000011 | 1100000 | 1000111 | 0 | 11011 | 110001 | 10011101 | 110111 | 100001 |
Color Harmonies of #268360
Complementary color
Monochromatic Colors of #268360
Black with #268360
Text Example
Text Example
White with #268360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268360; }
p { color: rgb(38,131,96); }
H1.HeaderClassName
{
color: #268360;
}
.AnyTagClassName
{
color: #268360;
}
</style>
background-color css
<style>
a { background-color: #268360; }
a { background-color: rgb(38,131,96); }
div.DivClassName
{
background-color: #268360;
}
.BgClassName
{
background-color: #268360;
}
</style>
border-color css
<style>
span { border-color: #268360; }
span { border-color: rgb(38,131,96); }
td.TdClassName
{
border-color: #268360;
}
.TagClassName
{
border-color: #268360;
}
</style>