Shades of Elf Green #269369
Tints of Elf Green #269369
RGB
CMYK
RGB Variations
Color information
#269369 (or 0x269369) is known color: Elf Green. HEX triplet: 26, 93 and 69. RGB value is (38,147,105). Sum of RGB (Red+Green+Blue) = 38+147+105=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 147 (57.81% from 255 or 50.69% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 147 - color contains mainly: green. Hex color #269369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269369 is #D96C96. Grayscale: #6D6D6D. Windows color (decimal): -14249111 or 6918950. OLE color: 6918950.
HSL color Cylindrical-coordinate representation of color #269369: hue angle of 156.88º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269369 is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 147 | 105 | - |
| CMYK | 0.74 | 0 | 0.29 | 0.42 |
| HSL | 156.88º | 0.59% | 0.36% | - |
| HSV(B) | 156.88º | 0.74% | 0.58% | - |
| XYZ | 13.78 | 22.3 | 16.94 | - |
| YUV | 109.62 | 125.39 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 147 | 105 | 0.74 | 0 | 0.29 | 0.42 | 156.88 | 0.59 | 0.36 |
| Hex | 26 | 93 | 69 | 4A | 0 | 1D | 2A | 9D | 3B | 24 |
| Octal | 46 | 223 | 151 | 112 | 0 | 35 | 52 | 235 | 73 | 44 |
| Binary | 100110 | 10010011 | 1101001 | 1001010 | 0 | 11101 | 101010 | 10011101 | 111011 | 100100 |
Color Harmonies of #269369
Complementary color
Monochromatic Colors of #269369
Black with #269369
Text Example
Text Example
White with #269369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269369; }
p { color: rgb(38,147,105); }
H1.HeaderClassName
{
color: #269369;
}
.AnyTagClassName
{
color: #269369;
}
</style>
background-color css
<style>
a { background-color: #269369; }
a { background-color: rgb(38,147,105); }
div.DivClassName
{
background-color: #269369;
}
.BgClassName
{
background-color: #269369;
}
</style>
border-color css
<style>
span { border-color: #269369; }
span { border-color: rgb(38,147,105); }
td.TdClassName
{
border-color: #269369;
}
.TagClassName
{
border-color: #269369;
}
</style>