Shades of Japanese Laurel #28843B
Tints of Japanese Laurel #28843B
RGB
CMYK
RGB Variations
Color information
#28843B (or 0x28843B) is known color: Japanese Laurel. HEX triplet: 28, 84 and 3B. RGB value is (40,132,59). Sum of RGB (Red+Green+Blue) = 40+132+59=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 132 (51.95% from 255 or 57.14% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 132 - color contains mainly: green. Hex color #28843B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28843B is #D77BC4. Grayscale: #606060. Windows color (decimal): -14121925 or 3900456. OLE color: 3900456.
HSL color Cylindrical-coordinate representation of color #28843B: hue angle of 132.39º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28843B is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 132 | 59 | - |
| CMYK | 0.70 | 0 | 0.55 | 0.48 |
| HSL | 132.39º | 0.53% | 0.34% | - |
| HSV(B) | 132.39º | 0.7% | 0.52% | - |
| XYZ | 9.92 | 17.27 | 6.95 | - |
| YUV | 96.17 | 107.02 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 132 | 59 | 0.70 | 0 | 0.55 | 0.48 | 132.39 | 0.53 | 0.34 |
| Hex | 28 | 84 | 3B | 46 | 0 | 37 | 30 | 84 | 35 | 22 |
| Octal | 50 | 204 | 73 | 106 | 0 | 67 | 60 | 204 | 65 | 42 |
| Binary | 101000 | 10000100 | 111011 | 1000110 | 0 | 110111 | 110000 | 10000100 | 110101 | 100010 |
Color Harmonies of #28843B
Complementary color
Monochromatic Colors of #28843B
Black with #28843B
Text Example
Text Example
White with #28843B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28843B; }
p { color: rgb(40,132,59); }
H1.HeaderClassName
{
color: #28843B;
}
.AnyTagClassName
{
color: #28843B;
}
</style>
background-color css
<style>
a { background-color: #28843B; }
a { background-color: rgb(40,132,59); }
div.DivClassName
{
background-color: #28843B;
}
.BgClassName
{
background-color: #28843B;
}
</style>
border-color css
<style>
span { border-color: #28843B; }
span { border-color: rgb(40,132,59); }
td.TdClassName
{
border-color: #28843B;
}
.TagClassName
{
border-color: #28843B;
}
</style>