Shades of Japanese Laurel #28803A
Tints of Japanese Laurel #28803A
RGB
CMYK
RGB Variations
Color information
#28803A (or 0x28803A) is known color: Japanese Laurel. HEX triplet: 28, 80 and 3A. RGB value is (40,128,58). Sum of RGB (Red+Green+Blue) = 40+128+58=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 128 (50.39% from 255 or 56.64% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 128 - color contains mainly: green. Hex color #28803A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28803A is #D77FC5. Grayscale: #5D5D5D. Windows color (decimal): -14122950 or 3833896. OLE color: 3833896.
HSL color Cylindrical-coordinate representation of color #28803A: hue angle of 132.27º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28803A is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 128 | 58 | - |
| CMYK | 0.69 | 0 | 0.55 | 0.50 |
| HSL | 132.27º | 0.52% | 0.33% | - |
| HSV(B) | 132.27º | 0.69% | 0.5% | - |
| XYZ | 9.36 | 16.19 | 6.64 | - |
| YUV | 93.71 | 107.85 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 128 | 58 | 0.69 | 0 | 0.55 | 0.50 | 132.27 | 0.52 | 0.33 |
| Hex | 28 | 80 | 3A | 45 | 0 | 37 | 32 | 84 | 34 | 21 |
| Octal | 50 | 200 | 72 | 105 | 0 | 67 | 62 | 204 | 64 | 41 |
| Binary | 101000 | 10000000 | 111010 | 1000101 | 0 | 110111 | 110010 | 10000100 | 110100 | 100001 |
Color Harmonies of #28803A
Complementary color
Monochromatic Colors of #28803A
Black with #28803A
Text Example
Text Example
White with #28803A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28803A; }
p { color: rgb(40,128,58); }
H1.HeaderClassName
{
color: #28803A;
}
.AnyTagClassName
{
color: #28803A;
}
</style>
background-color css
<style>
a { background-color: #28803A; }
a { background-color: rgb(40,128,58); }
div.DivClassName
{
background-color: #28803A;
}
.BgClassName
{
background-color: #28803A;
}
</style>
border-color css
<style>
span { border-color: #28803A; }
span { border-color: rgb(40,128,58); }
td.TdClassName
{
border-color: #28803A;
}
.TagClassName
{
border-color: #28803A;
}
</style>