Shades of Japanese Laurel #288333
Tints of Japanese Laurel #288333
RGB
CMYK
RGB Variations
Color information
#288333 (or 0x288333) is known color: Japanese Laurel. HEX triplet: 28, 83 and 33. RGB value is (40,131,51). Sum of RGB (Red+Green+Blue) = 40+131+51=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 131 (51.56% from 255 or 59.01% from 222); Blue value is 51 (20.31% from 255 or 22.97% from 222); Max value from RGB is 131 - color contains mainly: green. Hex color #288333 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288333 is #D77CCC. Grayscale: #5E5E5E. Windows color (decimal): -14122189 or 3375912. OLE color: 3375912.
HSL color Cylindrical-coordinate representation of color #288333: hue angle of 127.25º 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 #288333 is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 131 | 51 | - |
| CMYK | 0.69 | 0 | 0.61 | 0.49 |
| HSL | 127.25º | 0.53% | 0.34% | - |
| HSV(B) | 127.25º | 0.69% | 0.51% | - |
| XYZ | 9.59 | 16.92 | 5.89 | - |
| YUV | 94.67 | 103.35 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 51 | 0.69 | 0 | 0.61 | 0.49 | 127.25 | 0.53 | 0.34 |
| Hex | 28 | 83 | 33 | 45 | 0 | 3D | 31 | 7F | 35 | 22 |
| Octal | 50 | 203 | 63 | 105 | 0 | 75 | 61 | 177 | 65 | 42 |
| Binary | 101000 | 10000011 | 110011 | 1000101 | 0 | 111101 | 110001 | 1111111 | 110101 | 100010 |
Color Harmonies of #288333
Complementary color
Monochromatic Colors of #288333
Black with #288333
Text Example
Text Example
White with #288333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288333; }
p { color: rgb(40,131,51); }
H1.HeaderClassName
{
color: #288333;
}
.AnyTagClassName
{
color: #288333;
}
</style>
background-color css
<style>
a { background-color: #288333; }
a { background-color: rgb(40,131,51); }
div.DivClassName
{
background-color: #288333;
}
.BgClassName
{
background-color: #288333;
}
</style>
border-color css
<style>
span { border-color: #288333; }
span { border-color: rgb(40,131,51); }
td.TdClassName
{
border-color: #288333;
}
.TagClassName
{
border-color: #288333;
}
</style>