Shades of Japanese Laurel #208332
Tints of Japanese Laurel #208332
RGB
CMYK
RGB Variations
Color information
#208332 (or 0x208332) is known color: Japanese Laurel. HEX triplet: 20, 83 and 32. RGB value is (32,131,50). Sum of RGB (Red+Green+Blue) = 32+131+50=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 131 (51.56% from 255 or 61.50% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 131 - color contains mainly: green. Hex color #208332 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208332 is #DF7CCD. Grayscale: #5C5C5C. Windows color (decimal): -14646478 or 3310368. OLE color: 3310368.
HSL color Cylindrical-coordinate representation of color #208332: hue angle of 130.91º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208332 is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 131 | 50 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.49 |
| HSL | 130.91º | 0.61% | 0.32% | - |
| HSV(B) | 130.91º | 0.76% | 0.51% | - |
| XYZ | 9.29 | 16.77 | 5.77 | - |
| YUV | 92.17 | 104.2 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 131 | 50 | 0.76 | 0 | 0.62 | 0.49 | 130.91 | 0.61 | 0.32 |
| Hex | 20 | 83 | 32 | 4C | 0 | 3E | 31 | 83 | 3D | 20 |
| Octal | 40 | 203 | 62 | 114 | 0 | 76 | 61 | 203 | 75 | 40 |
| Binary | 100000 | 10000011 | 110010 | 1001100 | 0 | 111110 | 110001 | 10000011 | 111101 | 100000 |
Color Harmonies of #208332
Complementary color
Monochromatic Colors of #208332
Black with #208332
Text Example
Text Example
White with #208332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208332; }
p { color: rgb(32,131,50); }
H1.HeaderClassName
{
color: #208332;
}
.AnyTagClassName
{
color: #208332;
}
</style>
background-color css
<style>
a { background-color: #208332; }
a { background-color: rgb(32,131,50); }
div.DivClassName
{
background-color: #208332;
}
.BgClassName
{
background-color: #208332;
}
</style>
border-color css
<style>
span { border-color: #208332; }
span { border-color: rgb(32,131,50); }
td.TdClassName
{
border-color: #208332;
}
.TagClassName
{
border-color: #208332;
}
</style>