Shades of Elf Green #239273
Tints of Elf Green #239273
RGB
CMYK
RGB Variations
Color information
#239273 (or 0x239273) is known color: Elf Green. HEX triplet: 23, 92 and 73. RGB value is (35,146,115). Sum of RGB (Red+Green+Blue) = 35+146+115=296 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.82% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #239273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239273 is #DC6D8C. Grayscale: #6D6D6D. Windows color (decimal): -14445965 or 7574051. OLE color: 7574051.
HSL color Cylindrical-coordinate representation of color #239273: hue angle of 163.24º 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 #239273 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 146 | 115 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.43 |
| HSL | 163.24º | 0.61% | 0.35% | - |
| HSV(B) | 163.24º | 0.76% | 0.57% | - |
| XYZ | 14.07 | 22.15 | 19.75 | - |
| YUV | 109.28 | 131.23 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 146 | 115 | 0.76 | 0 | 0.21 | 0.43 | 163.24 | 0.61 | 0.35 |
| Hex | 23 | 92 | 73 | 4C | 0 | 15 | 2B | A3 | 3D | 23 |
| Octal | 43 | 222 | 163 | 114 | 0 | 25 | 53 | 243 | 75 | 43 |
| Binary | 100011 | 10010010 | 1110011 | 1001100 | 0 | 10101 | 101011 | 10100011 | 111101 | 100011 |
Color Harmonies of #239273
Complementary color
Monochromatic Colors of #239273
Black with #239273
Text Example
Text Example
White with #239273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239273; }
p { color: rgb(35,146,115); }
H1.HeaderClassName
{
color: #239273;
}
.AnyTagClassName
{
color: #239273;
}
</style>
background-color css
<style>
a { background-color: #239273; }
a { background-color: rgb(35,146,115); }
div.DivClassName
{
background-color: #239273;
}
.BgClassName
{
background-color: #239273;
}
</style>
border-color css
<style>
span { border-color: #239273; }
span { border-color: rgb(35,146,115); }
td.TdClassName
{
border-color: #239273;
}
.TagClassName
{
border-color: #239273;
}
</style>