Shades of Elf Green #238F77
Tints of Elf Green #238F77
RGB
CMYK
RGB Variations
Color information
#238F77 (or 0x238F77) is known color: Elf Green. HEX triplet: 23, 8F and 77. RGB value is (35,143,119). Sum of RGB (Red+Green+Blue) = 35+143+119=297 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.78% from 297); Green value is 143 (56.25% from 255 or 48.15% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 143 - color contains mainly: green. Hex color #238F77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238F77 is #DC7088. Grayscale: #6B6B6B. Windows color (decimal): -14446729 or 7835427. OLE color: 7835427.
HSL color Cylindrical-coordinate representation of color #238F77: hue angle of 166.67º 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 #238F77 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 143 | 119 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.44 |
| HSL | 166.67º | 0.61% | 0.35% | - |
| HSV(B) | 166.67º | 0.76% | 0.56% | - |
| XYZ | 13.85 | 21.33 | 20.84 | - |
| YUV | 107.97 | 134.22 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 143 | 119 | 0.76 | 0 | 0.17 | 0.44 | 166.67 | 0.61 | 0.35 |
| Hex | 23 | 8F | 77 | 4C | 0 | 11 | 2C | A7 | 3D | 23 |
| Octal | 43 | 217 | 167 | 114 | 0 | 21 | 54 | 247 | 75 | 43 |
| Binary | 100011 | 10001111 | 1110111 | 1001100 | 0 | 10001 | 101100 | 10100111 | 111101 | 100011 |
Color Harmonies of #238F77
Complementary color
Monochromatic Colors of #238F77
Black with #238F77
Text Example
Text Example
White with #238F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238F77; }
p { color: rgb(35,143,119); }
H1.HeaderClassName
{
color: #238F77;
}
.AnyTagClassName
{
color: #238F77;
}
</style>
background-color css
<style>
a { background-color: #238F77; }
a { background-color: rgb(35,143,119); }
div.DivClassName
{
background-color: #238F77;
}
.BgClassName
{
background-color: #238F77;
}
</style>
border-color css
<style>
span { border-color: #238F77; }
span { border-color: rgb(35,143,119); }
td.TdClassName
{
border-color: #238F77;
}
.TagClassName
{
border-color: #238F77;
}
</style>