Shades of Elf Green #288A67
Tints of Elf Green #288A67
RGB
CMYK
RGB Variations
Color information
#288A67 (or 0x288A67) is known color: Elf Green. HEX triplet: 28, 8A and 67. RGB value is (40,138,103). Sum of RGB (Red+Green+Blue) = 40+138+103=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 138 (54.30% from 255 or 49.11% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 138 - color contains mainly: green. Hex color #288A67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288A67 is #D77598. Grayscale: #686868. Windows color (decimal): -14120345 or 6785576. OLE color: 6785576.
HSL color Cylindrical-coordinate representation of color #288A67: hue angle of 158.57º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288A67 is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 138 | 103 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.46 |
| HSL | 158.57º | 0.55% | 0.35% | - |
| HSV(B) | 158.57º | 0.71% | 0.54% | - |
| XYZ | 12.41 | 19.61 | 15.96 | - |
| YUV | 104.71 | 127.03 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 138 | 103 | 0.71 | 0 | 0.25 | 0.46 | 158.57 | 0.55 | 0.35 |
| Hex | 28 | 8A | 67 | 47 | 0 | 19 | 2E | 9F | 37 | 23 |
| Octal | 50 | 212 | 147 | 107 | 0 | 31 | 56 | 237 | 67 | 43 |
| Binary | 101000 | 10001010 | 1100111 | 1000111 | 0 | 11001 | 101110 | 10011111 | 110111 | 100011 |
Color Harmonies of #288A67
Complementary color
Monochromatic Colors of #288A67
Black with #288A67
Text Example
Text Example
White with #288A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288A67; }
p { color: rgb(40,138,103); }
H1.HeaderClassName
{
color: #288A67;
}
.AnyTagClassName
{
color: #288A67;
}
</style>
background-color css
<style>
a { background-color: #288A67; }
a { background-color: rgb(40,138,103); }
div.DivClassName
{
background-color: #288A67;
}
.BgClassName
{
background-color: #288A67;
}
</style>
border-color css
<style>
span { border-color: #288A67; }
span { border-color: rgb(40,138,103); }
td.TdClassName
{
border-color: #288A67;
}
.TagClassName
{
border-color: #288A67;
}
</style>