Shades of Elm #23827F
Tints of Elm #23827F
RGB
CMYK
RGB Variations
Color information
#23827F (or 0x23827F) is known color: Elm. HEX triplet: 23, 82 and 7F. RGB value is (35,130,127). Sum of RGB (Red+Green+Blue) = 35+130+127=292 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.99% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 130 - color contains mainly: green. Hex color #23827F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23827F is #DC7D80. Grayscale: #656565. Windows color (decimal): -14450049 or 8356387. OLE color: 8356387.
HSL color Cylindrical-coordinate representation of color #23827F: hue angle of 178.11º 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 #23827F is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 130 | 127 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.49 |
| HSL | 178.11º | 0.58% | 0.32% | - |
| HSV(B) | 178.11º | 0.73% | 0.51% | - |
| XYZ | 12.51 | 17.85 | 22.87 | - |
| YUV | 101.25 | 142.53 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 130 | 127 | 0.73 | 0 | 0.02 | 0.49 | 178.11 | 0.58 | 0.32 |
| Hex | 23 | 82 | 7F | 49 | 0 | 2 | 31 | B2 | 3A | 20 |
| Octal | 43 | 202 | 177 | 111 | 0 | 2 | 61 | 262 | 72 | 40 |
| Binary | 100011 | 10000010 | 1111111 | 1001001 | 0 | 10 | 110001 | 10110010 | 111010 | 100000 |
Color Harmonies of #23827F
Complementary color
Monochromatic Colors of #23827F
Black with #23827F
Text Example
Text Example
White with #23827F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23827F; }
p { color: rgb(35,130,127); }
H1.HeaderClassName
{
color: #23827F;
}
.AnyTagClassName
{
color: #23827F;
}
</style>
background-color css
<style>
a { background-color: #23827F; }
a { background-color: rgb(35,130,127); }
div.DivClassName
{
background-color: #23827F;
}
.BgClassName
{
background-color: #23827F;
}
</style>
border-color css
<style>
span { border-color: #23827F; }
span { border-color: rgb(35,130,127); }
td.TdClassName
{
border-color: #23827F;
}
.TagClassName
{
border-color: #23827F;
}
</style>