Shades of Elf Green #23825F
Tints of Elf Green #23825F
RGB
CMYK
RGB Variations
Color information
#23825F (or 0x23825F) is known color: Elf Green. HEX triplet: 23, 82 and 5F. RGB value is (35,130,95). Sum of RGB (Red+Green+Blue) = 35+130+95=260 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.46% from 260); Green value is 130 (51.17% from 255 or 50% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 130 - color contains mainly: green. Hex color #23825F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23825F is #DC7DA0. Grayscale: #616161. Windows color (decimal): -14450081 or 6259235. OLE color: 6259235.
HSL color Cylindrical-coordinate representation of color #23825F: hue angle of 157.89º 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 #23825F is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 130 | 95 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.49 |
| HSL | 157.89º | 0.58% | 0.32% | - |
| HSV(B) | 157.89º | 0.73% | 0.51% | - |
| XYZ | 10.74 | 17.15 | 13.57 | - |
| YUV | 97.61 | 126.53 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 130 | 95 | 0.73 | 0 | 0.27 | 0.49 | 157.89 | 0.58 | 0.32 |
| Hex | 23 | 82 | 5F | 49 | 0 | 1B | 31 | 9E | 3A | 20 |
| Octal | 43 | 202 | 137 | 111 | 0 | 33 | 61 | 236 | 72 | 40 |
| Binary | 100011 | 10000010 | 1011111 | 1001001 | 0 | 11011 | 110001 | 10011110 | 111010 | 100000 |
Color Harmonies of #23825F
Complementary color
Monochromatic Colors of #23825F
Black with #23825F
Text Example
Text Example
White with #23825F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23825F; }
p { color: rgb(35,130,95); }
H1.HeaderClassName
{
color: #23825F;
}
.AnyTagClassName
{
color: #23825F;
}
</style>
background-color css
<style>
a { background-color: #23825F; }
a { background-color: rgb(35,130,95); }
div.DivClassName
{
background-color: #23825F;
}
.BgClassName
{
background-color: #23825F;
}
</style>
border-color css
<style>
span { border-color: #23825F; }
span { border-color: rgb(35,130,95); }
td.TdClassName
{
border-color: #23825F;
}
.TagClassName
{
border-color: #23825F;
}
</style>