Shades of Japanese Laurel #28853C
Tints of Japanese Laurel #28853C
RGB
CMYK
RGB Variations
Color information
#28853C (or 0x28853C) is known color: Japanese Laurel. HEX triplet: 28, 85 and 3C. RGB value is (40,133,60). Sum of RGB (Red+Green+Blue) = 40+133+60=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 133 (52.34% from 255 or 57.08% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 133 - color contains mainly: green. Hex color #28853C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28853C is #D77AC3. Grayscale: #616161. Windows color (decimal): -14121668 or 3966248. OLE color: 3966248.
HSL color Cylindrical-coordinate representation of color #28853C: hue angle of 132.9º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28853C is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 133 | 60 | - |
| CMYK | 0.70 | 0 | 0.55 | 0.48 |
| HSL | 132.9º | 0.54% | 0.34% | - |
| HSV(B) | 132.9º | 0.7% | 0.52% | - |
| XYZ | 10.08 | 17.55 | 7.13 | - |
| YUV | 96.87 | 107.19 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 133 | 60 | 0.70 | 0 | 0.55 | 0.48 | 132.9 | 0.54 | 0.34 |
| Hex | 28 | 85 | 3C | 46 | 0 | 37 | 30 | 85 | 36 | 22 |
| Octal | 50 | 205 | 74 | 106 | 0 | 67 | 60 | 205 | 66 | 42 |
| Binary | 101000 | 10000101 | 111100 | 1000110 | 0 | 110111 | 110000 | 10000101 | 110110 | 100010 |
Color Harmonies of #28853C
Complementary color
Monochromatic Colors of #28853C
Black with #28853C
Text Example
Text Example
White with #28853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28853C; }
p { color: rgb(40,133,60); }
H1.HeaderClassName
{
color: #28853C;
}
.AnyTagClassName
{
color: #28853C;
}
</style>
background-color css
<style>
a { background-color: #28853C; }
a { background-color: rgb(40,133,60); }
div.DivClassName
{
background-color: #28853C;
}
.BgClassName
{
background-color: #28853C;
}
</style>
border-color css
<style>
span { border-color: #28853C; }
span { border-color: rgb(40,133,60); }
td.TdClassName
{
border-color: #28853C;
}
.TagClassName
{
border-color: #28853C;
}
</style>