Shades of Japanese Laurel #28883B
Tints of Japanese Laurel #28883B
RGB
CMYK
RGB Variations
Color information
#28883B (or 0x28883B) is known color: Japanese Laurel. HEX triplet: 28, 88 and 3B. RGB value is (40,136,59). Sum of RGB (Red+Green+Blue) = 40+136+59=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 136 (53.52% from 255 or 57.87% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 136 - color contains mainly: green. Hex color #28883B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28883B is #D777C4. Grayscale: #626262. Windows color (decimal): -14120901 or 3901480. OLE color: 3901480.
HSL color Cylindrical-coordinate representation of color #28883B: hue angle of 131.88º 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 #28883B is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 136 | 59 | - |
| CMYK | 0.71 | 0 | 0.57 | 0.47 |
| HSL | 131.88º | 0.55% | 0.35% | - |
| HSV(B) | 131.88º | 0.71% | 0.53% | - |
| XYZ | 10.47 | 18.38 | 7.13 | - |
| YUV | 98.52 | 105.7 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 59 | 0.71 | 0 | 0.57 | 0.47 | 131.88 | 0.55 | 0.35 |
| Hex | 28 | 88 | 3B | 47 | 0 | 39 | 2F | 84 | 37 | 23 |
| Octal | 50 | 210 | 73 | 107 | 0 | 71 | 57 | 204 | 67 | 43 |
| Binary | 101000 | 10001000 | 111011 | 1000111 | 0 | 111001 | 101111 | 10000100 | 110111 | 100011 |
Color Harmonies of #28883B
Complementary color
Monochromatic Colors of #28883B
Black with #28883B
Text Example
Text Example
White with #28883B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28883B; }
p { color: rgb(40,136,59); }
H1.HeaderClassName
{
color: #28883B;
}
.AnyTagClassName
{
color: #28883B;
}
</style>
background-color css
<style>
a { background-color: #28883B; }
a { background-color: rgb(40,136,59); }
div.DivClassName
{
background-color: #28883B;
}
.BgClassName
{
background-color: #28883B;
}
</style>
border-color css
<style>
span { border-color: #28883B; }
span { border-color: rgb(40,136,59); }
td.TdClassName
{
border-color: #28883B;
}
.TagClassName
{
border-color: #28883B;
}
</style>