Shades of Japanese Laurel #28883A
Tints of Japanese Laurel #28883A
RGB
CMYK
RGB Variations
Color information
#28883A (or 0x28883A) is known color: Japanese Laurel. HEX triplet: 28, 88 and 3A. RGB value is (40,136,58). Sum of RGB (Red+Green+Blue) = 40+136+58=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 136 (53.52% from 255 or 58.12% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 136 - color contains mainly: green. Hex color #28883A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28883A is #D777C5. Grayscale: #626262. Windows color (decimal): -14120902 or 3835944. OLE color: 3835944.
HSL color Cylindrical-coordinate representation of color #28883A: hue angle of 131.25º 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 #28883A is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 136 | 58 | - |
| CMYK | 0.71 | 0 | 0.57 | 0.47 |
| HSL | 131.25º | 0.55% | 0.35% | - |
| HSV(B) | 131.25º | 0.71% | 0.53% | - |
| XYZ | 10.44 | 18.36 | 7 | - |
| YUV | 98.4 | 105.2 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 58 | 0.71 | 0 | 0.57 | 0.47 | 131.25 | 0.55 | 0.35 |
| Hex | 28 | 88 | 3A | 47 | 0 | 39 | 2F | 83 | 37 | 23 |
| Octal | 50 | 210 | 72 | 107 | 0 | 71 | 57 | 203 | 67 | 43 |
| Binary | 101000 | 10001000 | 111010 | 1000111 | 0 | 111001 | 101111 | 10000011 | 110111 | 100011 |
Color Harmonies of #28883A
Complementary color
Monochromatic Colors of #28883A
Black with #28883A
Text Example
Text Example
White with #28883A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28883A; }
p { color: rgb(40,136,58); }
H1.HeaderClassName
{
color: #28883A;
}
.AnyTagClassName
{
color: #28883A;
}
</style>
background-color css
<style>
a { background-color: #28883A; }
a { background-color: rgb(40,136,58); }
div.DivClassName
{
background-color: #28883A;
}
.BgClassName
{
background-color: #28883A;
}
</style>
border-color css
<style>
span { border-color: #28883A; }
span { border-color: rgb(40,136,58); }
td.TdClassName
{
border-color: #28883A;
}
.TagClassName
{
border-color: #28883A;
}
</style>