Shades of Elf Green #239272
Tints of Elf Green #239272
RGB
CMYK
RGB Variations
Color information
#239272 (or 0x239272) is known color: Elf Green. HEX triplet: 23, 92 and 72. RGB value is (35,146,114). Sum of RGB (Red+Green+Blue) = 35+146+114=295 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.86% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #239272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239272 is #DC6D8D. Grayscale: #6D6D6D. Windows color (decimal): -14445966 or 7508515. OLE color: 7508515.
HSL color Cylindrical-coordinate representation of color #239272: hue angle of 162.7º 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 #239272 is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 146 | 114 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.43 |
| HSL | 162.7º | 0.61% | 0.35% | - |
| HSV(B) | 162.7º | 0.76% | 0.57% | - |
| XYZ | 14.01 | 22.13 | 19.45 | - |
| YUV | 109.16 | 130.73 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 146 | 114 | 0.76 | 0 | 0.22 | 0.43 | 162.7 | 0.61 | 0.35 |
| Hex | 23 | 92 | 72 | 4C | 0 | 16 | 2B | A3 | 3D | 23 |
| Octal | 43 | 222 | 162 | 114 | 0 | 26 | 53 | 243 | 75 | 43 |
| Binary | 100011 | 10010010 | 1110010 | 1001100 | 0 | 10110 | 101011 | 10100011 | 111101 | 100011 |
Color Harmonies of #239272
Complementary color
Monochromatic Colors of #239272
Black with #239272
Text Example
Text Example
White with #239272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239272; }
p { color: rgb(35,146,114); }
H1.HeaderClassName
{
color: #239272;
}
.AnyTagClassName
{
color: #239272;
}
</style>
background-color css
<style>
a { background-color: #239272; }
a { background-color: rgb(35,146,114); }
div.DivClassName
{
background-color: #239272;
}
.BgClassName
{
background-color: #239272;
}
</style>
border-color css
<style>
span { border-color: #239272; }
span { border-color: rgb(35,146,114); }
td.TdClassName
{
border-color: #239272;
}
.TagClassName
{
border-color: #239272;
}
</style>