Shades of Elf Green #238965
Tints of Elf Green #238965
RGB
CMYK
RGB Variations
Color information
#238965 (or 0x238965) is known color: Elf Green. HEX triplet: 23, 89 and 65. RGB value is (35,137,101). Sum of RGB (Red+Green+Blue) = 35+137+101=273 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.82% from 273); Green value is 137 (53.91% from 255 or 50.18% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 137 - color contains mainly: green. Hex color #238965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238965 is #DC769A. Grayscale: #666666. Windows color (decimal): -14448283 or 6654243. OLE color: 6654243.
HSL color Cylindrical-coordinate representation of color #238965: hue angle of 158.82º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238965 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 137 | 101 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.46 |
| HSL | 158.82º | 0.59% | 0.34% | - |
| HSV(B) | 158.82º | 0.74% | 0.54% | - |
| XYZ | 11.99 | 19.19 | 15.38 | - |
| YUV | 102.4 | 127.21 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 137 | 101 | 0.74 | 0 | 0.26 | 0.46 | 158.82 | 0.59 | 0.34 |
| Hex | 23 | 89 | 65 | 4A | 0 | 1A | 2E | 9F | 3B | 22 |
| Octal | 43 | 211 | 145 | 112 | 0 | 32 | 56 | 237 | 73 | 42 |
| Binary | 100011 | 10001001 | 1100101 | 1001010 | 0 | 11010 | 101110 | 10011111 | 111011 | 100010 |
Color Harmonies of #238965
Complementary color
Monochromatic Colors of #238965
Black with #238965
Text Example
Text Example
White with #238965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238965; }
p { color: rgb(35,137,101); }
H1.HeaderClassName
{
color: #238965;
}
.AnyTagClassName
{
color: #238965;
}
</style>
background-color css
<style>
a { background-color: #238965; }
a { background-color: rgb(35,137,101); }
div.DivClassName
{
background-color: #238965;
}
.BgClassName
{
background-color: #238965;
}
</style>
border-color css
<style>
span { border-color: #238965; }
span { border-color: rgb(35,137,101); }
td.TdClassName
{
border-color: #238965;
}
.TagClassName
{
border-color: #238965;
}
</style>