Shades of Elf Green #268367
Tints of Elf Green #268367
RGB
CMYK
RGB Variations
Color information
#268367 (or 0x268367) is known color: Elf Green. HEX triplet: 26, 83 and 67. RGB value is (38,131,103). Sum of RGB (Red+Green+Blue) = 38+131+103=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 131 (51.56% from 255 or 48.16% from 272); Blue value is 103 (40.62% from 255 or 37.87% from 272); Max value from RGB is 131 - color contains mainly: green. Hex color #268367 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268367 is #D97C98. Grayscale: #646464. Windows color (decimal): -14253209 or 6783782. OLE color: 6783782.
HSL color Cylindrical-coordinate representation of color #268367: hue angle of 161.94º 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 #268367 is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 131 | 103 | - |
| CMYK | 0.71 | 0 | 0.21 | 0.49 |
| HSL | 161.94º | 0.55% | 0.33% | - |
| HSV(B) | 161.94º | 0.71% | 0.51% | - |
| XYZ | 11.36 | 17.62 | 15.63 | - |
| YUV | 100 | 129.69 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 131 | 103 | 0.71 | 0 | 0.21 | 0.49 | 161.94 | 0.55 | 0.33 |
| Hex | 26 | 83 | 67 | 47 | 0 | 15 | 31 | A2 | 37 | 21 |
| Octal | 46 | 203 | 147 | 107 | 0 | 25 | 61 | 242 | 67 | 41 |
| Binary | 100110 | 10000011 | 1100111 | 1000111 | 0 | 10101 | 110001 | 10100010 | 110111 | 100001 |
Color Harmonies of #268367
Complementary color
Monochromatic Colors of #268367
Black with #268367
Text Example
Text Example
White with #268367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268367; }
p { color: rgb(38,131,103); }
H1.HeaderClassName
{
color: #268367;
}
.AnyTagClassName
{
color: #268367;
}
</style>
background-color css
<style>
a { background-color: #268367; }
a { background-color: rgb(38,131,103); }
div.DivClassName
{
background-color: #268367;
}
.BgClassName
{
background-color: #268367;
}
</style>
border-color css
<style>
span { border-color: #268367; }
span { border-color: rgb(38,131,103); }
td.TdClassName
{
border-color: #268367;
}
.TagClassName
{
border-color: #268367;
}
</style>