Shades of Elf Green #239265
Tints of Elf Green #239265
RGB
CMYK
RGB Variations
Color information
#239265 (or 0x239265) is known color: Elf Green. HEX triplet: 23, 92 and 65. RGB value is (35,146,101). Sum of RGB (Red+Green+Blue) = 35+146+101=282 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.41% from 282); Green value is 146 (57.42% from 255 or 51.77% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 146 - color contains mainly: green. Hex color #239265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239265 is #DC6D9A. Grayscale: #6B6B6B. Windows color (decimal): -14445979 or 6656547. OLE color: 6656547.
HSL color Cylindrical-coordinate representation of color #239265: hue angle of 155.68º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #239265 is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 146 | 101 | - |
| CMYK | 0.76 | 0 | 0.31 | 0.43 |
| HSL | 155.68º | 0.61% | 0.35% | - |
| HSV(B) | 155.68º | 0.76% | 0.57% | - |
| XYZ | 13.32 | 21.85 | 15.83 | - |
| YUV | 107.68 | 124.23 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 146 | 101 | 0.76 | 0 | 0.31 | 0.43 | 155.68 | 0.61 | 0.35 |
| Hex | 23 | 92 | 65 | 4C | 0 | 1F | 2B | 9C | 3D | 23 |
| Octal | 43 | 222 | 145 | 114 | 0 | 37 | 53 | 234 | 75 | 43 |
| Binary | 100011 | 10010010 | 1100101 | 1001100 | 0 | 11111 | 101011 | 10011100 | 111101 | 100011 |
Color Harmonies of #239265
Complementary color
Monochromatic Colors of #239265
Black with #239265
Text Example
Text Example
White with #239265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239265; }
p { color: rgb(35,146,101); }
H1.HeaderClassName
{
color: #239265;
}
.AnyTagClassName
{
color: #239265;
}
</style>
background-color css
<style>
a { background-color: #239265; }
a { background-color: rgb(35,146,101); }
div.DivClassName
{
background-color: #239265;
}
.BgClassName
{
background-color: #239265;
}
</style>
border-color css
<style>
span { border-color: #239265; }
span { border-color: rgb(35,146,101); }
td.TdClassName
{
border-color: #239265;
}
.TagClassName
{
border-color: #239265;
}
</style>