Shades of Japanese Laurel #28883C
Tints of Japanese Laurel #28883C
RGB
CMYK
RGB Variations
Color information
#28883C (or 0x28883C) is known color: Japanese Laurel. HEX triplet: 28, 88 and 3C. RGB value is (40,136,60). Sum of RGB (Red+Green+Blue) = 40+136+60=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 136 (53.52% from 255 or 57.63% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 136 - color contains mainly: green. Hex color #28883C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28883C is #D777C3. Grayscale: #626262. Windows color (decimal): -14120900 or 3967016. OLE color: 3967016.
HSL color Cylindrical-coordinate representation of color #28883C: hue angle of 132.5º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28883C is Cyan = 0.71, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 136 | 60 | - |
| CMYK | 0.71 | 0 | 0.56 | 0.47 |
| HSL | 132.5º | 0.55% | 0.35% | - |
| HSV(B) | 132.5º | 0.71% | 0.53% | - |
| XYZ | 10.49 | 18.39 | 7.27 | - |
| YUV | 98.63 | 106.2 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 60 | 0.71 | 0 | 0.56 | 0.47 | 132.5 | 0.55 | 0.35 |
| Hex | 28 | 88 | 3C | 47 | 0 | 38 | 2F | 84 | 37 | 23 |
| Octal | 50 | 210 | 74 | 107 | 0 | 70 | 57 | 204 | 67 | 43 |
| Binary | 101000 | 10001000 | 111100 | 1000111 | 0 | 111000 | 101111 | 10000100 | 110111 | 100011 |
Color Harmonies of #28883C
Complementary color
Monochromatic Colors of #28883C
Black with #28883C
Text Example
Text Example
White with #28883C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28883C; }
p { color: rgb(40,136,60); }
H1.HeaderClassName
{
color: #28883C;
}
.AnyTagClassName
{
color: #28883C;
}
</style>
background-color css
<style>
a { background-color: #28883C; }
a { background-color: rgb(40,136,60); }
div.DivClassName
{
background-color: #28883C;
}
.BgClassName
{
background-color: #28883C;
}
</style>
border-color css
<style>
span { border-color: #28883C; }
span { border-color: rgb(40,136,60); }
td.TdClassName
{
border-color: #28883C;
}
.TagClassName
{
border-color: #28883C;
}
</style>