Shades of Japanese Laurel #288839
Tints of Japanese Laurel #288839
RGB
CMYK
RGB Variations
Color information
#288839 (or 0x288839) is known color: Japanese Laurel. HEX triplet: 28, 88 and 39. RGB value is (40,136,57). Sum of RGB (Red+Green+Blue) = 40+136+57=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 136 (53.52% from 255 or 58.37% from 233); Blue value is 57 (22.66% from 255 or 24.46% from 233); Max value from RGB is 136 - color contains mainly: green. Hex color #288839 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288839 is #D777C6. Grayscale: #626262. Windows color (decimal): -14120903 or 3770408. OLE color: 3770408.
HSL color Cylindrical-coordinate representation of color #288839: hue angle of 130.62º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288839 is Cyan = 0.71, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 136 | 57 | - |
| CMYK | 0.71 | 0 | 0.58 | 0.47 |
| HSL | 130.63º | 0.55% | 0.35% | - |
| HSV(B) | 130.63º | 0.71% | 0.53% | - |
| XYZ | 10.42 | 18.35 | 6.86 | - |
| YUV | 98.29 | 104.7 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 57 | 0.71 | 0 | 0.58 | 0.47 | 130.63 | 0.55 | 0.35 |
| Hex | 28 | 88 | 39 | 47 | 0 | 3A | 2F | 83 | 37 | 23 |
| Octal | 50 | 210 | 71 | 107 | 0 | 72 | 57 | 203 | 67 | 43 |
| Binary | 101000 | 10001000 | 111001 | 1000111 | 0 | 111010 | 101111 | 10000011 | 110111 | 100011 |
Color Harmonies of #288839
Complementary color
Monochromatic Colors of #288839
Black with #288839
Text Example
Text Example
White with #288839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288839; }
p { color: rgb(40,136,57); }
H1.HeaderClassName
{
color: #288839;
}
.AnyTagClassName
{
color: #288839;
}
</style>
background-color css
<style>
a { background-color: #288839; }
a { background-color: rgb(40,136,57); }
div.DivClassName
{
background-color: #288839;
}
.BgClassName
{
background-color: #288839;
}
</style>
border-color css
<style>
span { border-color: #288839; }
span { border-color: rgb(40,136,57); }
td.TdClassName
{
border-color: #288839;
}
.TagClassName
{
border-color: #288839;
}
</style>