Shades of Japanese Laurel #288240
Tints of Japanese Laurel #288240
RGB
CMYK
RGB Variations
Color information
#288240 (or 0x288240) is known color: Japanese Laurel. HEX triplet: 28, 82 and 40. RGB value is (40,130,64). Sum of RGB (Red+Green+Blue) = 40+130+64=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 130 (51.17% from 255 or 55.56% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 130 - color contains mainly: green. Hex color #288240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288240 is #D77DBF. Grayscale: #5F5F5F. Windows color (decimal): -14122432 or 4227624. OLE color: 4227624.
HSL color Cylindrical-coordinate representation of color #288240: hue angle of 136º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288240 is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 130 | 64 | - |
| CMYK | 0.69 | 0 | 0.51 | 0.49 |
| HSL | 136º | 0.53% | 0.33% | - |
| HSV(B) | 136º | 0.69% | 0.51% | - |
| XYZ | 9.78 | 16.79 | 7.57 | - |
| YUV | 95.57 | 110.18 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 64 | 0.69 | 0 | 0.51 | 0.49 | 136 | 0.53 | 0.33 |
| Hex | 28 | 82 | 40 | 45 | 0 | 33 | 31 | 88 | 35 | 21 |
| Octal | 50 | 202 | 100 | 105 | 0 | 63 | 61 | 210 | 65 | 41 |
| Binary | 101000 | 10000010 | 1000000 | 1000101 | 0 | 110011 | 110001 | 10001000 | 110101 | 100001 |
Color Harmonies of #288240
Complementary color
Monochromatic Colors of #288240
Black with #288240
Text Example
Text Example
White with #288240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288240; }
p { color: rgb(40,130,64); }
H1.HeaderClassName
{
color: #288240;
}
.AnyTagClassName
{
color: #288240;
}
</style>
background-color css
<style>
a { background-color: #288240; }
a { background-color: rgb(40,130,64); }
div.DivClassName
{
background-color: #288240;
}
.BgClassName
{
background-color: #288240;
}
</style>
border-color css
<style>
span { border-color: #288240; }
span { border-color: rgb(40,130,64); }
td.TdClassName
{
border-color: #288240;
}
.TagClassName
{
border-color: #288240;
}
</style>