Shades of Japanese Laurel #288232
Tints of Japanese Laurel #288232
RGB
CMYK
RGB Variations
Color information
#288232 (or 0x288232) is known color: Japanese Laurel. HEX triplet: 28, 82 and 32. RGB value is (40,130,50). Sum of RGB (Red+Green+Blue) = 40+130+50=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 130 (51.17% from 255 or 59.09% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 130 - color contains mainly: green. Hex color #288232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288232 is #D77DCD. Grayscale: #5E5E5E. Windows color (decimal): -14122446 or 3310120. OLE color: 3310120.
HSL color Cylindrical-coordinate representation of color #288232: hue angle of 126.67º 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 #288232 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 130 | 50 | - |
| CMYK | 0.69 | 0 | 0.62 | 0.49 |
| HSL | 126.67º | 0.53% | 0.33% | - |
| HSV(B) | 126.67º | 0.69% | 0.51% | - |
| XYZ | 9.43 | 16.65 | 5.73 | - |
| YUV | 93.97 | 103.18 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 50 | 0.69 | 0 | 0.62 | 0.49 | 126.67 | 0.53 | 0.33 |
| Hex | 28 | 82 | 32 | 45 | 0 | 3E | 31 | 7F | 35 | 21 |
| Octal | 50 | 202 | 62 | 105 | 0 | 76 | 61 | 177 | 65 | 41 |
| Binary | 101000 | 10000010 | 110010 | 1000101 | 0 | 111110 | 110001 | 1111111 | 110101 | 100001 |
Color Harmonies of #288232
Complementary color
Monochromatic Colors of #288232
Black with #288232
Text Example
Text Example
White with #288232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288232; }
p { color: rgb(40,130,50); }
H1.HeaderClassName
{
color: #288232;
}
.AnyTagClassName
{
color: #288232;
}
</style>
background-color css
<style>
a { background-color: #288232; }
a { background-color: rgb(40,130,50); }
div.DivClassName
{
background-color: #288232;
}
.BgClassName
{
background-color: #288232;
}
</style>
border-color css
<style>
span { border-color: #288232; }
span { border-color: rgb(40,130,50); }
td.TdClassName
{
border-color: #288232;
}
.TagClassName
{
border-color: #288232;
}
</style>