Shades of Elf Green #23826D
Tints of Elf Green #23826D
RGB
CMYK
RGB Variations
Color information
#23826D (or 0x23826D) is known color: Elf Green. HEX triplet: 23, 82 and 6D. RGB value is (35,130,109). Sum of RGB (Red+Green+Blue) = 35+130+109=274 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.77% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #23826D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23826D is #DC7D92. Grayscale: #636363. Windows color (decimal): -14450067 or 7176739. OLE color: 7176739.
HSL color Cylindrical-coordinate representation of color #23826D: hue angle of 166.74º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #23826D is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 130 | 109 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.49 |
| HSL | 166.74º | 0.58% | 0.32% | - |
| HSV(B) | 166.74º | 0.73% | 0.51% | - |
| XYZ | 11.44 | 17.43 | 17.23 | - |
| YUV | 99.2 | 133.53 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 130 | 109 | 0.73 | 0 | 0.16 | 0.49 | 166.74 | 0.58 | 0.32 |
| Hex | 23 | 82 | 6D | 49 | 0 | 10 | 31 | A7 | 3A | 20 |
| Octal | 43 | 202 | 155 | 111 | 0 | 20 | 61 | 247 | 72 | 40 |
| Binary | 100011 | 10000010 | 1101101 | 1001001 | 0 | 10000 | 110001 | 10100111 | 111010 | 100000 |
Color Harmonies of #23826D
Complementary color
Monochromatic Colors of #23826D
Black with #23826D
Text Example
Text Example
White with #23826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23826D; }
p { color: rgb(35,130,109); }
H1.HeaderClassName
{
color: #23826D;
}
.AnyTagClassName
{
color: #23826D;
}
</style>
background-color css
<style>
a { background-color: #23826D; }
a { background-color: rgb(35,130,109); }
div.DivClassName
{
background-color: #23826D;
}
.BgClassName
{
background-color: #23826D;
}
</style>
border-color css
<style>
span { border-color: #23826D; }
span { border-color: rgb(35,130,109); }
td.TdClassName
{
border-color: #23826D;
}
.TagClassName
{
border-color: #23826D;
}
</style>