Shades of Elf Green #238F64
Tints of Elf Green #238F64
RGB
CMYK
RGB Variations
Color information
#238F64 (or 0x238F64) is known color: Elf Green. HEX triplet: 23, 8F and 64. RGB value is (35,143,100). Sum of RGB (Red+Green+Blue) = 35+143+100=278 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.59% from 278); Green value is 143 (56.25% from 255 or 51.44% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 143 - color contains mainly: green. Hex color #238F64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238F64 is #DC709B. Grayscale: #696969. Windows color (decimal): -14446748 or 6590243. OLE color: 6590243.
HSL color Cylindrical-coordinate representation of color #238F64: hue angle of 156.11º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #238F64 is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 143 | 100 | - |
| CMYK | 0.76 | 0 | 0.30 | 0.44 |
| HSL | 156.11º | 0.61% | 0.35% | - |
| HSV(B) | 156.11º | 0.76% | 0.56% | - |
| XYZ | 12.82 | 20.92 | 15.42 | - |
| YUV | 105.81 | 124.72 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 143 | 100 | 0.76 | 0 | 0.30 | 0.44 | 156.11 | 0.61 | 0.35 |
| Hex | 23 | 8F | 64 | 4C | 0 | 1E | 2C | 9C | 3D | 23 |
| Octal | 43 | 217 | 144 | 114 | 0 | 36 | 54 | 234 | 75 | 43 |
| Binary | 100011 | 10001111 | 1100100 | 1001100 | 0 | 11110 | 101100 | 10011100 | 111101 | 100011 |
Color Harmonies of #238F64
Complementary color
Monochromatic Colors of #238F64
Black with #238F64
Text Example
Text Example
White with #238F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238F64; }
p { color: rgb(35,143,100); }
H1.HeaderClassName
{
color: #238F64;
}
.AnyTagClassName
{
color: #238F64;
}
</style>
background-color css
<style>
a { background-color: #238F64; }
a { background-color: rgb(35,143,100); }
div.DivClassName
{
background-color: #238F64;
}
.BgClassName
{
background-color: #238F64;
}
</style>
border-color css
<style>
span { border-color: #238F64; }
span { border-color: rgb(35,143,100); }
td.TdClassName
{
border-color: #238F64;
}
.TagClassName
{
border-color: #238F64;
}
</style>