Shades of Elf Green #268369
Tints of Elf Green #268369
RGB
CMYK
RGB Variations
Color information
#268369 (or 0x268369) is known color: Elf Green. HEX triplet: 26, 83 and 69. RGB value is (38,131,105). Sum of RGB (Red+Green+Blue) = 38+131+105=274 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.87% from 274); Green value is 131 (51.56% from 255 or 47.81% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 131 - color contains mainly: green. Hex color #268369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268369 is #D97C96. Grayscale: #646464. Windows color (decimal): -14253207 or 6914854. OLE color: 6914854.
HSL color Cylindrical-coordinate representation of color #268369: hue angle of 163.23º 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 #268369 is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 131 | 105 | - |
| CMYK | 0.71 | 0 | 0.20 | 0.49 |
| HSL | 163.23º | 0.55% | 0.33% | - |
| HSV(B) | 163.23º | 0.71% | 0.51% | - |
| XYZ | 11.47 | 17.66 | 16.17 | - |
| YUV | 100.23 | 130.69 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 131 | 105 | 0.71 | 0 | 0.20 | 0.49 | 163.23 | 0.55 | 0.33 |
| Hex | 26 | 83 | 69 | 47 | 0 | 14 | 31 | A3 | 37 | 21 |
| Octal | 46 | 203 | 151 | 107 | 0 | 24 | 61 | 243 | 67 | 41 |
| Binary | 100110 | 10000011 | 1101001 | 1000111 | 0 | 10100 | 110001 | 10100011 | 110111 | 100001 |
Color Harmonies of #268369
Complementary color
Monochromatic Colors of #268369
Black with #268369
Text Example
Text Example
White with #268369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268369; }
p { color: rgb(38,131,105); }
H1.HeaderClassName
{
color: #268369;
}
.AnyTagClassName
{
color: #268369;
}
</style>
background-color css
<style>
a { background-color: #268369; }
a { background-color: rgb(38,131,105); }
div.DivClassName
{
background-color: #268369;
}
.BgClassName
{
background-color: #268369;
}
</style>
border-color css
<style>
span { border-color: #268369; }
span { border-color: rgb(38,131,105); }
td.TdClassName
{
border-color: #268369;
}
.TagClassName
{
border-color: #268369;
}
</style>