Shades of Japanese Laurel #28843C
Tints of Japanese Laurel #28843C
RGB
CMYK
RGB Variations
Color information
#28843C (or 0x28843C) is known color: Japanese Laurel. HEX triplet: 28, 84 and 3C. RGB value is (40,132,60). Sum of RGB (Red+Green+Blue) = 40+132+60=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 132 (51.95% from 255 or 56.90% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 132 - color contains mainly: green. Hex color #28843C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28843C is #D77BC3. Grayscale: #606060. Windows color (decimal): -14121924 or 3965992. OLE color: 3965992.
HSL color Cylindrical-coordinate representation of color #28843C: hue angle of 133.04º 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 #28843C is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 132 | 60 | - |
| CMYK | 0.70 | 0 | 0.55 | 0.48 |
| HSL | 133.04º | 0.53% | 0.34% | - |
| HSV(B) | 133.04º | 0.7% | 0.52% | - |
| XYZ | 9.94 | 17.28 | 7.09 | - |
| YUV | 96.28 | 107.52 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 132 | 60 | 0.70 | 0 | 0.55 | 0.48 | 133.04 | 0.53 | 0.34 |
| Hex | 28 | 84 | 3C | 46 | 0 | 37 | 30 | 85 | 35 | 22 |
| Octal | 50 | 204 | 74 | 106 | 0 | 67 | 60 | 205 | 65 | 42 |
| Binary | 101000 | 10000100 | 111100 | 1000110 | 0 | 110111 | 110000 | 10000101 | 110101 | 100010 |
Color Harmonies of #28843C
Complementary color
Monochromatic Colors of #28843C
Black with #28843C
Text Example
Text Example
White with #28843C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28843C; }
p { color: rgb(40,132,60); }
H1.HeaderClassName
{
color: #28843C;
}
.AnyTagClassName
{
color: #28843C;
}
</style>
background-color css
<style>
a { background-color: #28843C; }
a { background-color: rgb(40,132,60); }
div.DivClassName
{
background-color: #28843C;
}
.BgClassName
{
background-color: #28843C;
}
</style>
border-color css
<style>
span { border-color: #28843C; }
span { border-color: rgb(40,132,60); }
td.TdClassName
{
border-color: #28843C;
}
.TagClassName
{
border-color: #28843C;
}
</style>