Shades of Japanese Laurel #288637
Tints of Japanese Laurel #288637
RGB
CMYK
RGB Variations
Color information
#288637 (or 0x288637) is known color: Japanese Laurel. HEX triplet: 28, 86 and 37. RGB value is (40,134,55). Sum of RGB (Red+Green+Blue) = 40+134+55=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 134 (52.73% from 255 or 58.52% from 229); Blue value is 55 (21.88% from 255 or 24.02% from 229); Max value from RGB is 134 - color contains mainly: green. Hex color #288637 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288637 is #D779C8. Grayscale: #616161. Windows color (decimal): -14121417 or 3638824. OLE color: 3638824.
HSL color Cylindrical-coordinate representation of color #288637: hue angle of 129.57º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288637 is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 134 | 55 | - |
| CMYK | 0.70 | 0 | 0.59 | 0.47 |
| HSL | 129.57º | 0.54% | 0.34% | - |
| HSV(B) | 129.57º | 0.7% | 0.53% | - |
| XYZ | 10.09 | 17.78 | 6.51 | - |
| YUV | 96.89 | 104.36 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 134 | 55 | 0.70 | 0 | 0.59 | 0.47 | 129.57 | 0.54 | 0.34 |
| Hex | 28 | 86 | 37 | 46 | 0 | 3B | 2F | 82 | 36 | 22 |
| Octal | 50 | 206 | 67 | 106 | 0 | 73 | 57 | 202 | 66 | 42 |
| Binary | 101000 | 10000110 | 110111 | 1000110 | 0 | 111011 | 101111 | 10000010 | 110110 | 100010 |
Color Harmonies of #288637
Complementary color
Monochromatic Colors of #288637
Black with #288637
Text Example
Text Example
White with #288637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288637; }
p { color: rgb(40,134,55); }
H1.HeaderClassName
{
color: #288637;
}
.AnyTagClassName
{
color: #288637;
}
</style>
background-color css
<style>
a { background-color: #288637; }
a { background-color: rgb(40,134,55); }
div.DivClassName
{
background-color: #288637;
}
.BgClassName
{
background-color: #288637;
}
</style>
border-color css
<style>
span { border-color: #288637; }
span { border-color: rgb(40,134,55); }
td.TdClassName
{
border-color: #288637;
}
.TagClassName
{
border-color: #288637;
}
</style>