Shades of Japanese Laurel #288D3C
Tints of Japanese Laurel #288D3C
RGB
CMYK
RGB Variations
Color information
#288D3C (or 0x288D3C) is known color: Japanese Laurel. HEX triplet: 28, 8D and 3C. RGB value is (40,141,60). Sum of RGB (Red+Green+Blue) = 40+141+60=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 141 (55.47% from 255 or 58.51% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 141 - color contains mainly: green. Hex color #288D3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288D3C is #D772C3. Grayscale: #656565. Windows color (decimal): -14119620 or 3968296. OLE color: 3968296.
HSL color Cylindrical-coordinate representation of color #288D3C: hue angle of 131.88º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288D3C is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 141 | 60 | - |
| CMYK | 0.72 | 0 | 0.57 | 0.45 |
| HSL | 131.88º | 0.56% | 0.35% | - |
| HSV(B) | 131.88º | 0.72% | 0.55% | - |
| XYZ | 11.22 | 19.83 | 7.51 | - |
| YUV | 101.57 | 104.54 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 60 | 0.72 | 0 | 0.57 | 0.45 | 131.88 | 0.56 | 0.35 |
| Hex | 28 | 8D | 3C | 48 | 0 | 39 | 2D | 84 | 38 | 23 |
| Octal | 50 | 215 | 74 | 110 | 0 | 71 | 55 | 204 | 70 | 43 |
| Binary | 101000 | 10001101 | 111100 | 1001000 | 0 | 111001 | 101101 | 10000100 | 111000 | 100011 |
Color Harmonies of #288D3C
Complementary color
Monochromatic Colors of #288D3C
Black with #288D3C
Text Example
Text Example
White with #288D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288D3C; }
p { color: rgb(40,141,60); }
H1.HeaderClassName
{
color: #288D3C;
}
.AnyTagClassName
{
color: #288D3C;
}
</style>
background-color css
<style>
a { background-color: #288D3C; }
a { background-color: rgb(40,141,60); }
div.DivClassName
{
background-color: #288D3C;
}
.BgClassName
{
background-color: #288D3C;
}
</style>
border-color css
<style>
span { border-color: #288D3C; }
span { border-color: rgb(40,141,60); }
td.TdClassName
{
border-color: #288D3C;
}
.TagClassName
{
border-color: #288D3C;
}
</style>