Shades of Elf Green #239B76
Tints of Elf Green #239B76
RGB
CMYK
RGB Variations
Color information
#239B76 (or 0x239B76) is known color: Elf Green. HEX triplet: 23, 9B and 76. RGB value is (35,155,118). Sum of RGB (Red+Green+Blue) = 35+155+118=308 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.36% from 308); Green value is 155 (60.94% from 255 or 50.32% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 155 - color contains mainly: green. Hex color #239B76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239B76 is #DC6489. Grayscale: #727272. Windows color (decimal): -14443658 or 7772963. OLE color: 7772963.
HSL color Cylindrical-coordinate representation of color #239B76: hue angle of 161.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #239B76 is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 155 | 118 | - |
| CMYK | 0.77 | 0 | 0.24 | 0.39 |
| HSL | 161.5º | 0.63% | 0.37% | - |
| HSV(B) | 161.5º | 0.77% | 0.61% | - |
| XYZ | 15.68 | 25.11 | 21.16 | - |
| YUV | 114.9 | 129.74 | 71.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 155 | 118 | 0.77 | 0 | 0.24 | 0.39 | 161.5 | 0.63 | 0.37 |
| Hex | 23 | 9B | 76 | 4D | 0 | 18 | 27 | A2 | 3F | 25 |
| Octal | 43 | 233 | 166 | 115 | 0 | 30 | 47 | 242 | 77 | 45 |
| Binary | 100011 | 10011011 | 1110110 | 1001101 | 0 | 11000 | 100111 | 10100010 | 111111 | 100101 |
Color Harmonies of #239B76
Complementary color
Monochromatic Colors of #239B76
Black with #239B76
Text Example
Text Example
White with #239B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239B76; }
p { color: rgb(35,155,118); }
H1.HeaderClassName
{
color: #239B76;
}
.AnyTagClassName
{
color: #239B76;
}
</style>
background-color css
<style>
a { background-color: #239B76; }
a { background-color: rgb(35,155,118); }
div.DivClassName
{
background-color: #239B76;
}
.BgClassName
{
background-color: #239B76;
}
</style>
border-color css
<style>
span { border-color: #239B76; }
span { border-color: rgb(35,155,118); }
td.TdClassName
{
border-color: #239B76;
}
.TagClassName
{
border-color: #239B76;
}
</style>