Shades of Elf Green #238A6D
Tints of Elf Green #238A6D
RGB
CMYK
RGB Variations
Color information
#238A6D (or 0x238A6D) is known color: Elf Green. HEX triplet: 23, 8A and 6D. RGB value is (35,138,109). Sum of RGB (Red+Green+Blue) = 35+138+109=282 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.41% from 282); Green value is 138 (54.30% from 255 or 48.94% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 138 - color contains mainly: green. Hex color #238A6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238A6D is #DC7592. Grayscale: #676767. Windows color (decimal): -14448019 or 7178787. OLE color: 7178787.
HSL color Cylindrical-coordinate representation of color #238A6D: hue angle of 163.11º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #238A6D is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 138 | 109 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.46 |
| HSL | 163.11º | 0.6% | 0.34% | - |
| HSV(B) | 163.11º | 0.75% | 0.54% | - |
| XYZ | 12.54 | 19.64 | 17.6 | - |
| YUV | 103.9 | 130.88 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 138 | 109 | 0.75 | 0 | 0.21 | 0.46 | 163.11 | 0.6 | 0.34 |
| Hex | 23 | 8A | 6D | 4B | 0 | 15 | 2E | A3 | 3C | 22 |
| Octal | 43 | 212 | 155 | 113 | 0 | 25 | 56 | 243 | 74 | 42 |
| Binary | 100011 | 10001010 | 1101101 | 1001011 | 0 | 10101 | 101110 | 10100011 | 111100 | 100010 |
Color Harmonies of #238A6D
Complementary color
Monochromatic Colors of #238A6D
Black with #238A6D
Text Example
Text Example
White with #238A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238A6D; }
p { color: rgb(35,138,109); }
H1.HeaderClassName
{
color: #238A6D;
}
.AnyTagClassName
{
color: #238A6D;
}
</style>
background-color css
<style>
a { background-color: #238A6D; }
a { background-color: rgb(35,138,109); }
div.DivClassName
{
background-color: #238A6D;
}
.BgClassName
{
background-color: #238A6D;
}
</style>
border-color css
<style>
span { border-color: #238A6D; }
span { border-color: rgb(35,138,109); }
td.TdClassName
{
border-color: #238A6D;
}
.TagClassName
{
border-color: #238A6D;
}
</style>