Shades of Japanese Laurel #288135
Tints of Japanese Laurel #288135
RGB
CMYK
RGB Variations
Color information
#288135 (or 0x288135) is known color: Japanese Laurel. HEX triplet: 28, 81 and 35. RGB value is (40,129,53). Sum of RGB (Red+Green+Blue) = 40+129+53=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 129 (50.78% from 255 or 58.11% from 222); Blue value is 53 (21.09% from 255 or 23.87% from 222); Max value from RGB is 129 - color contains mainly: green. Hex color #288135 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288135 is #D77ECA. Grayscale: #5D5D5D. Windows color (decimal): -14122699 or 3506472. OLE color: 3506472.
HSL color Cylindrical-coordinate representation of color #288135: hue angle of 128.76º 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 #288135 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 129 | 53 | - |
| CMYK | 0.69 | 0 | 0.59 | 0.49 |
| HSL | 128.76º | 0.53% | 0.33% | - |
| HSV(B) | 128.76º | 0.69% | 0.51% | - |
| XYZ | 9.37 | 16.41 | 6.04 | - |
| YUV | 93.73 | 105.01 | 89.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 129 | 53 | 0.69 | 0 | 0.59 | 0.49 | 128.76 | 0.53 | 0.33 |
| Hex | 28 | 81 | 35 | 45 | 0 | 3B | 31 | 81 | 35 | 21 |
| Octal | 50 | 201 | 65 | 105 | 0 | 73 | 61 | 201 | 65 | 41 |
| Binary | 101000 | 10000001 | 110101 | 1000101 | 0 | 111011 | 110001 | 10000001 | 110101 | 100001 |
Color Harmonies of #288135
Complementary color
Monochromatic Colors of #288135
Black with #288135
Text Example
Text Example
White with #288135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288135; }
p { color: rgb(40,129,53); }
H1.HeaderClassName
{
color: #288135;
}
.AnyTagClassName
{
color: #288135;
}
</style>
background-color css
<style>
a { background-color: #288135; }
a { background-color: rgb(40,129,53); }
div.DivClassName
{
background-color: #288135;
}
.BgClassName
{
background-color: #288135;
}
</style>
border-color css
<style>
span { border-color: #288135; }
span { border-color: rgb(40,129,53); }
td.TdClassName
{
border-color: #288135;
}
.TagClassName
{
border-color: #288135;
}
</style>