Shades of Japanese Laurel #288737
Tints of Japanese Laurel #288737
RGB
CMYK
RGB Variations
Color information
#288737 (or 0x288737) is known color: Japanese Laurel. HEX triplet: 28, 87 and 37. RGB value is (40,135,55). Sum of RGB (Red+Green+Blue) = 40+135+55=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 135 (53.12% from 255 or 58.70% from 230); Blue value is 55 (21.88% from 255 or 23.91% from 230); Max value from RGB is 135 - color contains mainly: green. Hex color #288737 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288737 is #D778C8. Grayscale: #616161. Windows color (decimal): -14121161 or 3639080. OLE color: 3639080.
HSL color Cylindrical-coordinate representation of color #288737: hue angle of 129.47º 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 #288737 is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 135 | 55 | - |
| CMYK | 0.70 | 0 | 0.59 | 0.47 |
| HSL | 129.47º | 0.54% | 0.34% | - |
| HSV(B) | 129.47º | 0.7% | 0.53% | - |
| XYZ | 10.23 | 18.05 | 6.56 | - |
| YUV | 97.48 | 104.03 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 135 | 55 | 0.70 | 0 | 0.59 | 0.47 | 129.47 | 0.54 | 0.34 |
| Hex | 28 | 87 | 37 | 46 | 0 | 3B | 2F | 81 | 36 | 22 |
| Octal | 50 | 207 | 67 | 106 | 0 | 73 | 57 | 201 | 66 | 42 |
| Binary | 101000 | 10000111 | 110111 | 1000110 | 0 | 111011 | 101111 | 10000001 | 110110 | 100010 |
Color Harmonies of #288737
Complementary color
Monochromatic Colors of #288737
Black with #288737
Text Example
Text Example
White with #288737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288737; }
p { color: rgb(40,135,55); }
H1.HeaderClassName
{
color: #288737;
}
.AnyTagClassName
{
color: #288737;
}
</style>
background-color css
<style>
a { background-color: #288737; }
a { background-color: rgb(40,135,55); }
div.DivClassName
{
background-color: #288737;
}
.BgClassName
{
background-color: #288737;
}
</style>
border-color css
<style>
span { border-color: #288737; }
span { border-color: rgb(40,135,55); }
td.TdClassName
{
border-color: #288737;
}
.TagClassName
{
border-color: #288737;
}
</style>