Shades of Japanese Laurel #28863C
Tints of Japanese Laurel #28863C
RGB
CMYK
RGB Variations
Color information
#28863C (or 0x28863C) is known color: Japanese Laurel. HEX triplet: 28, 86 and 3C. RGB value is (40,134,60). Sum of RGB (Red+Green+Blue) = 40+134+60=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 134 (52.73% from 255 or 57.26% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 134 - color contains mainly: green. Hex color #28863C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28863C is #D779C3. Grayscale: #616161. Windows color (decimal): -14121412 or 3966504. OLE color: 3966504.
HSL color Cylindrical-coordinate representation of color #28863C: hue angle of 132.77º 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 #28863C is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 134 | 60 | - |
| CMYK | 0.70 | 0 | 0.55 | 0.47 |
| HSL | 132.77º | 0.54% | 0.34% | - |
| HSV(B) | 132.77º | 0.7% | 0.53% | - |
| XYZ | 10.22 | 17.83 | 7.18 | - |
| YUV | 97.46 | 106.86 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 134 | 60 | 0.70 | 0 | 0.55 | 0.47 | 132.77 | 0.54 | 0.34 |
| Hex | 28 | 86 | 3C | 46 | 0 | 37 | 2F | 85 | 36 | 22 |
| Octal | 50 | 206 | 74 | 106 | 0 | 67 | 57 | 205 | 66 | 42 |
| Binary | 101000 | 10000110 | 111100 | 1000110 | 0 | 110111 | 101111 | 10000101 | 110110 | 100010 |
Color Harmonies of #28863C
Complementary color
Monochromatic Colors of #28863C
Black with #28863C
Text Example
Text Example
White with #28863C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28863C; }
p { color: rgb(40,134,60); }
H1.HeaderClassName
{
color: #28863C;
}
.AnyTagClassName
{
color: #28863C;
}
</style>
background-color css
<style>
a { background-color: #28863C; }
a { background-color: rgb(40,134,60); }
div.DivClassName
{
background-color: #28863C;
}
.BgClassName
{
background-color: #28863C;
}
</style>
border-color css
<style>
span { border-color: #28863C; }
span { border-color: rgb(40,134,60); }
td.TdClassName
{
border-color: #28863C;
}
.TagClassName
{
border-color: #28863C;
}
</style>