Shades of Elf Green #238B6D
Tints of Elf Green #238B6D
RGB
CMYK
RGB Variations
Color information
#238B6D (or 0x238B6D) is known color: Elf Green. HEX triplet: 23, 8B and 6D. RGB value is (35,139,109). Sum of RGB (Red+Green+Blue) = 35+139+109=283 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.37% from 283); Green value is 139 (54.69% from 255 or 49.12% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 139 - color contains mainly: green. Hex color #238B6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238B6D is #DC7492. Grayscale: #686868. Windows color (decimal): -14447763 or 7179043. OLE color: 7179043.
HSL color Cylindrical-coordinate representation of color #238B6D: hue angle of 162.69º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #238B6D is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 139 | 109 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.45 |
| HSL | 162.69º | 0.6% | 0.34% | - |
| HSV(B) | 162.69º | 0.75% | 0.55% | - |
| XYZ | 12.69 | 19.93 | 17.65 | - |
| YUV | 104.48 | 130.54 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 139 | 109 | 0.75 | 0 | 0.22 | 0.45 | 162.69 | 0.6 | 0.34 |
| Hex | 23 | 8B | 6D | 4B | 0 | 16 | 2D | A3 | 3C | 22 |
| Octal | 43 | 213 | 155 | 113 | 0 | 26 | 55 | 243 | 74 | 42 |
| Binary | 100011 | 10001011 | 1101101 | 1001011 | 0 | 10110 | 101101 | 10100011 | 111100 | 100010 |
Color Harmonies of #238B6D
Complementary color
Monochromatic Colors of #238B6D
Black with #238B6D
Text Example
Text Example
White with #238B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238B6D; }
p { color: rgb(35,139,109); }
H1.HeaderClassName
{
color: #238B6D;
}
.AnyTagClassName
{
color: #238B6D;
}
</style>
background-color css
<style>
a { background-color: #238B6D; }
a { background-color: rgb(35,139,109); }
div.DivClassName
{
background-color: #238B6D;
}
.BgClassName
{
background-color: #238B6D;
}
</style>
border-color css
<style>
span { border-color: #238B6D; }
span { border-color: rgb(35,139,109); }
td.TdClassName
{
border-color: #238B6D;
}
.TagClassName
{
border-color: #238B6D;
}
</style>