Shades of Elf Green #288B67
Tints of Elf Green #288B67
RGB
CMYK
RGB Variations
Color information
#288B67 (or 0x288B67) is known color: Elf Green. HEX triplet: 28, 8B and 67. RGB value is (40,139,103). Sum of RGB (Red+Green+Blue) = 40+139+103=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 139 (54.69% from 255 or 49.29% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 139 - color contains mainly: green. Hex color #288B67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288B67 is #D77498. Grayscale: #696969. Windows color (decimal): -14120089 or 6785832. OLE color: 6785832.
HSL color Cylindrical-coordinate representation of color #288B67: hue angle of 158.18º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288B67 is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 139 | 103 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.45 |
| HSL | 158.18º | 0.55% | 0.35% | - |
| HSV(B) | 158.18º | 0.71% | 0.55% | - |
| XYZ | 12.56 | 19.9 | 16.01 | - |
| YUV | 105.3 | 126.7 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 103 | 0.71 | 0 | 0.26 | 0.45 | 158.18 | 0.55 | 0.35 |
| Hex | 28 | 8B | 67 | 47 | 0 | 1A | 2D | 9E | 37 | 23 |
| Octal | 50 | 213 | 147 | 107 | 0 | 32 | 55 | 236 | 67 | 43 |
| Binary | 101000 | 10001011 | 1100111 | 1000111 | 0 | 11010 | 101101 | 10011110 | 110111 | 100011 |
Color Harmonies of #288B67
Complementary color
Monochromatic Colors of #288B67
Black with #288B67
Text Example
Text Example
White with #288B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288B67; }
p { color: rgb(40,139,103); }
H1.HeaderClassName
{
color: #288B67;
}
.AnyTagClassName
{
color: #288B67;
}
</style>
background-color css
<style>
a { background-color: #288B67; }
a { background-color: rgb(40,139,103); }
div.DivClassName
{
background-color: #288B67;
}
.BgClassName
{
background-color: #288B67;
}
</style>
border-color css
<style>
span { border-color: #288B67; }
span { border-color: rgb(40,139,103); }
td.TdClassName
{
border-color: #288B67;
}
.TagClassName
{
border-color: #288B67;
}
</style>