Shades of Japanese Laurel #288330
Tints of Japanese Laurel #288330
RGB
CMYK
RGB Variations
Color information
#288330 (or 0x288330) is known color: Japanese Laurel. HEX triplet: 28, 83 and 30. RGB value is (40,131,48). Sum of RGB (Red+Green+Blue) = 40+131+48=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 131 (51.56% from 255 or 59.82% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 131 - color contains mainly: green. Hex color #288330 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288330 is #D77CCF. Grayscale: #5E5E5E. Windows color (decimal): -14122192 or 3179304. OLE color: 3179304.
HSL color Cylindrical-coordinate representation of color #288330: hue angle of 125.27º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288330 is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 131 | 48 | - |
| CMYK | 0.69 | 0 | 0.63 | 0.49 |
| HSL | 125.27º | 0.53% | 0.34% | - |
| HSV(B) | 125.27º | 0.69% | 0.51% | - |
| XYZ | 9.52 | 16.9 | 5.56 | - |
| YUV | 94.33 | 101.85 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 48 | 0.69 | 0 | 0.63 | 0.49 | 125.27 | 0.53 | 0.34 |
| Hex | 28 | 83 | 30 | 45 | 0 | 3F | 31 | 7D | 35 | 22 |
| Octal | 50 | 203 | 60 | 105 | 0 | 77 | 61 | 175 | 65 | 42 |
| Binary | 101000 | 10000011 | 110000 | 1000101 | 0 | 111111 | 110001 | 1111101 | 110101 | 100010 |
Color Harmonies of #288330
Complementary color
Monochromatic Colors of #288330
Black with #288330
Text Example
Text Example
White with #288330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288330; }
p { color: rgb(40,131,48); }
H1.HeaderClassName
{
color: #288330;
}
.AnyTagClassName
{
color: #288330;
}
</style>
background-color css
<style>
a { background-color: #288330; }
a { background-color: rgb(40,131,48); }
div.DivClassName
{
background-color: #288330;
}
.BgClassName
{
background-color: #288330;
}
</style>
border-color css
<style>
span { border-color: #288330; }
span { border-color: rgb(40,131,48); }
td.TdClassName
{
border-color: #288330;
}
.TagClassName
{
border-color: #288330;
}
</style>