Shades of Japanese Laurel #288136
Tints of Japanese Laurel #288136
RGB
CMYK
RGB Variations
Color information
#288136 (or 0x288136) is known color: Japanese Laurel. HEX triplet: 28, 81 and 36. RGB value is (40,129,54). Sum of RGB (Red+Green+Blue) = 40+129+54=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 129 (50.78% from 255 or 57.85% from 223); Blue value is 54 (21.48% from 255 or 24.22% from 223); Max value from RGB is 129 - color contains mainly: green. Hex color #288136 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288136 is #D77EC9. Grayscale: #5E5E5E. Windows color (decimal): -14122698 or 3572008. OLE color: 3572008.
HSL color Cylindrical-coordinate representation of color #288136: hue angle of 129.44º 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 #288136 is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 129 | 54 | - |
| CMYK | 0.69 | 0 | 0.58 | 0.49 |
| HSL | 129.44º | 0.53% | 0.33% | - |
| HSV(B) | 129.44º | 0.69% | 0.51% | - |
| XYZ | 9.39 | 16.42 | 6.16 | - |
| YUV | 93.84 | 105.51 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 129 | 54 | 0.69 | 0 | 0.58 | 0.49 | 129.44 | 0.53 | 0.33 |
| Hex | 28 | 81 | 36 | 45 | 0 | 3A | 31 | 81 | 35 | 21 |
| Octal | 50 | 201 | 66 | 105 | 0 | 72 | 61 | 201 | 65 | 41 |
| Binary | 101000 | 10000001 | 110110 | 1000101 | 0 | 111010 | 110001 | 10000001 | 110101 | 100001 |
Color Harmonies of #288136
Complementary color
Monochromatic Colors of #288136
Black with #288136
Text Example
Text Example
White with #288136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288136; }
p { color: rgb(40,129,54); }
H1.HeaderClassName
{
color: #288136;
}
.AnyTagClassName
{
color: #288136;
}
</style>
background-color css
<style>
a { background-color: #288136; }
a { background-color: rgb(40,129,54); }
div.DivClassName
{
background-color: #288136;
}
.BgClassName
{
background-color: #288136;
}
</style>
border-color css
<style>
span { border-color: #288136; }
span { border-color: rgb(40,129,54); }
td.TdClassName
{
border-color: #288136;
}
.TagClassName
{
border-color: #288136;
}
</style>