Shades of Japanese Laurel #28863E
Tints of Japanese Laurel #28863E
RGB
CMYK
RGB Variations
Color information
#28863E (or 0x28863E) is known color: Japanese Laurel. HEX triplet: 28, 86 and 3E. RGB value is (40,134,62). Sum of RGB (Red+Green+Blue) = 40+134+62=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 134 (52.73% from 255 or 56.78% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 134 - color contains mainly: green. Hex color #28863E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28863E is #D779C1. Grayscale: #616161. Windows color (decimal): -14121410 or 4097576. OLE color: 4097576.
HSL color Cylindrical-coordinate representation of color #28863E: hue angle of 134.04º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28863E is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 134 | 62 | - |
| CMYK | 0.70 | 0 | 0.54 | 0.47 |
| HSL | 134.04º | 0.54% | 0.34% | - |
| HSV(B) | 134.04º | 0.7% | 0.53% | - |
| XYZ | 10.27 | 17.85 | 7.46 | - |
| YUV | 97.69 | 107.86 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 134 | 62 | 0.70 | 0 | 0.54 | 0.47 | 134.04 | 0.54 | 0.34 |
| Hex | 28 | 86 | 3E | 46 | 0 | 36 | 2F | 86 | 36 | 22 |
| Octal | 50 | 206 | 76 | 106 | 0 | 66 | 57 | 206 | 66 | 42 |
| Binary | 101000 | 10000110 | 111110 | 1000110 | 0 | 110110 | 101111 | 10000110 | 110110 | 100010 |
Color Harmonies of #28863E
Complementary color
Monochromatic Colors of #28863E
Black with #28863E
Text Example
Text Example
White with #28863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28863E; }
p { color: rgb(40,134,62); }
H1.HeaderClassName
{
color: #28863E;
}
.AnyTagClassName
{
color: #28863E;
}
</style>
background-color css
<style>
a { background-color: #28863E; }
a { background-color: rgb(40,134,62); }
div.DivClassName
{
background-color: #28863E;
}
.BgClassName
{
background-color: #28863E;
}
</style>
border-color css
<style>
span { border-color: #28863E; }
span { border-color: rgb(40,134,62); }
td.TdClassName
{
border-color: #28863E;
}
.TagClassName
{
border-color: #28863E;
}
</style>