Shades of Elf Green #239270
Tints of Elf Green #239270
RGB
CMYK
RGB Variations
Color information
#239270 (or 0x239270) is known color: Elf Green. HEX triplet: 23, 92 and 70. RGB value is (35,146,112). Sum of RGB (Red+Green+Blue) = 35+146+112=293 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.95% from 293); Green value is 146 (57.42% from 255 or 49.83% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 146 - color contains mainly: green. Hex color #239270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239270 is #DC6D8F. Grayscale: #6C6C6C. Windows color (decimal): -14445968 or 7377443. OLE color: 7377443.
HSL color Cylindrical-coordinate representation of color #239270: hue angle of 161.62º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #239270 is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 146 | 112 | - |
| CMYK | 0.76 | 0 | 0.23 | 0.43 |
| HSL | 161.62º | 0.61% | 0.35% | - |
| HSV(B) | 161.62º | 0.76% | 0.57% | - |
| XYZ | 13.9 | 22.08 | 18.86 | - |
| YUV | 108.94 | 129.73 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 146 | 112 | 0.76 | 0 | 0.23 | 0.43 | 161.62 | 0.61 | 0.35 |
| Hex | 23 | 92 | 70 | 4C | 0 | 17 | 2B | A2 | 3D | 23 |
| Octal | 43 | 222 | 160 | 114 | 0 | 27 | 53 | 242 | 75 | 43 |
| Binary | 100011 | 10010010 | 1110000 | 1001100 | 0 | 10111 | 101011 | 10100010 | 111101 | 100011 |
Color Harmonies of #239270
Complementary color
Monochromatic Colors of #239270
Black with #239270
Text Example
Text Example
White with #239270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239270; }
p { color: rgb(35,146,112); }
H1.HeaderClassName
{
color: #239270;
}
.AnyTagClassName
{
color: #239270;
}
</style>
background-color css
<style>
a { background-color: #239270; }
a { background-color: rgb(35,146,112); }
div.DivClassName
{
background-color: #239270;
}
.BgClassName
{
background-color: #239270;
}
</style>
border-color css
<style>
span { border-color: #239270; }
span { border-color: rgb(35,146,112); }
td.TdClassName
{
border-color: #239270;
}
.TagClassName
{
border-color: #239270;
}
</style>