Shades of Japanese Laurel #28893E
Tints of Japanese Laurel #28893E
RGB
CMYK
RGB Variations
Color information
#28893E (or 0x28893E) is known color: Japanese Laurel. HEX triplet: 28, 89 and 3E. RGB value is (40,137,62). Sum of RGB (Red+Green+Blue) = 40+137+62=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 137 (53.91% from 255 or 57.32% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 137 - color contains mainly: green. Hex color #28893E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28893E is #D776C1. Grayscale: #636363. Windows color (decimal): -14120642 or 4098344. OLE color: 4098344.
HSL color Cylindrical-coordinate representation of color #28893E: hue angle of 133.61º 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 #28893E is Cyan = 0.71, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 137 | 62 | - |
| CMYK | 0.71 | 0 | 0.55 | 0.46 |
| HSL | 133.61º | 0.55% | 0.35% | - |
| HSV(B) | 133.61º | 0.71% | 0.54% | - |
| XYZ | 10.69 | 18.69 | 7.6 | - |
| YUV | 99.45 | 106.86 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 137 | 62 | 0.71 | 0 | 0.55 | 0.46 | 133.61 | 0.55 | 0.35 |
| Hex | 28 | 89 | 3E | 47 | 0 | 37 | 2E | 86 | 37 | 23 |
| Octal | 50 | 211 | 76 | 107 | 0 | 67 | 56 | 206 | 67 | 43 |
| Binary | 101000 | 10001001 | 111110 | 1000111 | 0 | 110111 | 101110 | 10000110 | 110111 | 100011 |
Color Harmonies of #28893E
Complementary color
Monochromatic Colors of #28893E
Black with #28893E
Text Example
Text Example
White with #28893E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28893E; }
p { color: rgb(40,137,62); }
H1.HeaderClassName
{
color: #28893E;
}
.AnyTagClassName
{
color: #28893E;
}
</style>
background-color css
<style>
a { background-color: #28893E; }
a { background-color: rgb(40,137,62); }
div.DivClassName
{
background-color: #28893E;
}
.BgClassName
{
background-color: #28893E;
}
</style>
border-color css
<style>
span { border-color: #28893E; }
span { border-color: rgb(40,137,62); }
td.TdClassName
{
border-color: #28893E;
}
.TagClassName
{
border-color: #28893E;
}
</style>