Shades of Japanese Laurel #28832E
Tints of Japanese Laurel #28832E
RGB
CMYK
RGB Variations
Color information
#28832E (or 0x28832E) is known color: Japanese Laurel. HEX triplet: 28, 83 and 2E. RGB value is (40,131,46). Sum of RGB (Red+Green+Blue) = 40+131+46=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 131 (51.56% from 255 or 60.37% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 131 - color contains mainly: green. Hex color #28832E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28832E is #D77CD1. Grayscale: #5E5E5E. Windows color (decimal): -14122194 or 3048232. OLE color: 3048232.
HSL color Cylindrical-coordinate representation of color #28832E: hue angle of 123.96º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28832E is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 131 | 46 | - |
| CMYK | 0.69 | 0 | 0.65 | 0.49 |
| HSL | 123.96º | 0.53% | 0.34% | - |
| HSV(B) | 123.96º | 0.69% | 0.51% | - |
| XYZ | 9.48 | 16.88 | 5.34 | - |
| YUV | 94.1 | 100.85 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 46 | 0.69 | 0 | 0.65 | 0.49 | 123.96 | 0.53 | 0.34 |
| Hex | 28 | 83 | 2E | 45 | 0 | 41 | 31 | 7C | 35 | 22 |
| Octal | 50 | 203 | 56 | 105 | 0 | 101 | 61 | 174 | 65 | 42 |
| Binary | 101000 | 10000011 | 101110 | 1000101 | 0 | 1000001 | 110001 | 1111100 | 110101 | 100010 |
Color Harmonies of #28832E
Complementary color
Monochromatic Colors of #28832E
Black with #28832E
Text Example
Text Example
White with #28832E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28832E; }
p { color: rgb(40,131,46); }
H1.HeaderClassName
{
color: #28832E;
}
.AnyTagClassName
{
color: #28832E;
}
</style>
background-color css
<style>
a { background-color: #28832E; }
a { background-color: rgb(40,131,46); }
div.DivClassName
{
background-color: #28832E;
}
.BgClassName
{
background-color: #28832E;
}
</style>
border-color css
<style>
span { border-color: #28832E; }
span { border-color: rgb(40,131,46); }
td.TdClassName
{
border-color: #28832E;
}
.TagClassName
{
border-color: #28832E;
}
</style>