Shades of Elf Green #288165
Tints of Elf Green #288165
RGB
CMYK
RGB Variations
Color information
#288165 (or 0x288165) is known color: Elf Green. HEX triplet: 28, 81 and 65. RGB value is (40,129,101). Sum of RGB (Red+Green+Blue) = 40+129+101=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 129 (50.78% from 255 or 47.78% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 129 - color contains mainly: green. Hex color #288165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288165 is #D77E9A. Grayscale: #636363. Windows color (decimal): -14122651 or 6652200. OLE color: 6652200.
HSL color Cylindrical-coordinate representation of color #288165: hue angle of 161.12º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288165 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 129 | 101 | - |
| CMYK | 0.69 | 0 | 0.22 | 0.49 |
| HSL | 161.12º | 0.53% | 0.33% | - |
| HSV(B) | 161.12º | 0.69% | 0.51% | - |
| XYZ | 11.07 | 17.09 | 15.03 | - |
| YUV | 99.2 | 129.01 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 129 | 101 | 0.69 | 0 | 0.22 | 0.49 | 161.12 | 0.53 | 0.33 |
| Hex | 28 | 81 | 65 | 45 | 0 | 16 | 31 | A1 | 35 | 21 |
| Octal | 50 | 201 | 145 | 105 | 0 | 26 | 61 | 241 | 65 | 41 |
| Binary | 101000 | 10000001 | 1100101 | 1000101 | 0 | 10110 | 110001 | 10100001 | 110101 | 100001 |
Color Harmonies of #288165
Complementary color
Monochromatic Colors of #288165
Black with #288165
Text Example
Text Example
White with #288165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288165; }
p { color: rgb(40,129,101); }
H1.HeaderClassName
{
color: #288165;
}
.AnyTagClassName
{
color: #288165;
}
</style>
background-color css
<style>
a { background-color: #288165; }
a { background-color: rgb(40,129,101); }
div.DivClassName
{
background-color: #288165;
}
.BgClassName
{
background-color: #288165;
}
</style>
border-color css
<style>
span { border-color: #288165; }
span { border-color: rgb(40,129,101); }
td.TdClassName
{
border-color: #288165;
}
.TagClassName
{
border-color: #288165;
}
</style>