Shades of Elf Green #269A70
Tints of Elf Green #269A70
RGB
CMYK
RGB Variations
Color information
#269A70 (or 0x269A70) is known color: Elf Green. HEX triplet: 26, 9A and 70. RGB value is (38,154,112). Sum of RGB (Red+Green+Blue) = 38+154+112=304 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.5% from 304); Green value is 154 (60.55% from 255 or 50.66% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 154 - color contains mainly: green. Hex color #269A70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269A70 is #D9658F. Grayscale: #727272. Windows color (decimal): -14247312 or 7379494. OLE color: 7379494.
HSL color Cylindrical-coordinate representation of color #269A70: hue angle of 158.28º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269A70 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 154 | 112 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.40 |
| HSL | 158.28º | 0.6% | 0.38% | - |
| HSV(B) | 158.28º | 0.75% | 0.6% | - |
| XYZ | 15.28 | 24.69 | 19.29 | - |
| YUV | 114.53 | 126.57 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 154 | 112 | 0.75 | 0 | 0.27 | 0.40 | 158.28 | 0.6 | 0.38 |
| Hex | 26 | 9A | 70 | 4B | 0 | 1B | 28 | 9E | 3C | 26 |
| Octal | 46 | 232 | 160 | 113 | 0 | 33 | 50 | 236 | 74 | 46 |
| Binary | 100110 | 10011010 | 1110000 | 1001011 | 0 | 11011 | 101000 | 10011110 | 111100 | 100110 |
Color Harmonies of #269A70
Complementary color
Monochromatic Colors of #269A70
Black with #269A70
Text Example
Text Example
White with #269A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269A70; }
p { color: rgb(38,154,112); }
H1.HeaderClassName
{
color: #269A70;
}
.AnyTagClassName
{
color: #269A70;
}
</style>
background-color css
<style>
a { background-color: #269A70; }
a { background-color: rgb(38,154,112); }
div.DivClassName
{
background-color: #269A70;
}
.BgClassName
{
background-color: #269A70;
}
</style>
border-color css
<style>
span { border-color: #269A70; }
span { border-color: rgb(38,154,112); }
td.TdClassName
{
border-color: #269A70;
}
.TagClassName
{
border-color: #269A70;
}
</style>