Shades of Elf Green #238266
Tints of Elf Green #238266
RGB
CMYK
RGB Variations
Color information
#238266 (or 0x238266) is known color: Elf Green. HEX triplet: 23, 82 and 66. RGB value is (35,130,102). Sum of RGB (Red+Green+Blue) = 35+130+102=267 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.11% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 102 (40.23% from 255 or 38.20% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #238266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238266 is #DC7D99. Grayscale: #626262. Windows color (decimal): -14450074 or 6717987. OLE color: 6717987.
HSL color Cylindrical-coordinate representation of color #238266: hue angle of 162.32º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238266 is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 130 | 102 | - |
| CMYK | 0.73 | 0 | 0.22 | 0.49 |
| HSL | 162.32º | 0.58% | 0.32% | - |
| HSV(B) | 162.32º | 0.73% | 0.51% | - |
| XYZ | 11.07 | 17.28 | 15.32 | - |
| YUV | 98.4 | 130.03 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 130 | 102 | 0.73 | 0 | 0.22 | 0.49 | 162.32 | 0.58 | 0.32 |
| Hex | 23 | 82 | 66 | 49 | 0 | 16 | 31 | A2 | 3A | 20 |
| Octal | 43 | 202 | 146 | 111 | 0 | 26 | 61 | 242 | 72 | 40 |
| Binary | 100011 | 10000010 | 1100110 | 1001001 | 0 | 10110 | 110001 | 10100010 | 111010 | 100000 |
Color Harmonies of #238266
Complementary color
Monochromatic Colors of #238266
Black with #238266
Text Example
Text Example
White with #238266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238266; }
p { color: rgb(35,130,102); }
H1.HeaderClassName
{
color: #238266;
}
.AnyTagClassName
{
color: #238266;
}
</style>
background-color css
<style>
a { background-color: #238266; }
a { background-color: rgb(35,130,102); }
div.DivClassName
{
background-color: #238266;
}
.BgClassName
{
background-color: #238266;
}
</style>
border-color css
<style>
span { border-color: #238266; }
span { border-color: rgb(35,130,102); }
td.TdClassName
{
border-color: #238266;
}
.TagClassName
{
border-color: #238266;
}
</style>