Shades of Japanese Laurel #208334
Tints of Japanese Laurel #208334
RGB
CMYK
RGB Variations
Color information
#208334 (or 0x208334) is known color: Japanese Laurel. HEX triplet: 20, 83 and 34. RGB value is (32,131,52). Sum of RGB (Red+Green+Blue) = 32+131+52=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 131 (51.56% from 255 or 60.93% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 131 - color contains mainly: green. Hex color #208334 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208334 is #DF7CCB. Grayscale: #5C5C5C. Windows color (decimal): -14646476 or 3441440. OLE color: 3441440.
HSL color Cylindrical-coordinate representation of color #208334: hue angle of 132.12º 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 #208334 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 131 | 52 | - |
| CMYK | 0.76 | 0 | 0.60 | 0.49 |
| HSL | 132.12º | 0.61% | 0.32% | - |
| HSV(B) | 132.12º | 0.76% | 0.51% | - |
| XYZ | 9.33 | 16.79 | 6 | - |
| YUV | 92.39 | 105.2 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 131 | 52 | 0.76 | 0 | 0.60 | 0.49 | 132.12 | 0.61 | 0.32 |
| Hex | 20 | 83 | 34 | 4C | 0 | 3C | 31 | 84 | 3D | 20 |
| Octal | 40 | 203 | 64 | 114 | 0 | 74 | 61 | 204 | 75 | 40 |
| Binary | 100000 | 10000011 | 110100 | 1001100 | 0 | 111100 | 110001 | 10000100 | 111101 | 100000 |
Color Harmonies of #208334
Complementary color
Monochromatic Colors of #208334
Black with #208334
Text Example
Text Example
White with #208334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208334; }
p { color: rgb(32,131,52); }
H1.HeaderClassName
{
color: #208334;
}
.AnyTagClassName
{
color: #208334;
}
</style>
background-color css
<style>
a { background-color: #208334; }
a { background-color: rgb(32,131,52); }
div.DivClassName
{
background-color: #208334;
}
.BgClassName
{
background-color: #208334;
}
</style>
border-color css
<style>
span { border-color: #208334; }
span { border-color: rgb(32,131,52); }
td.TdClassName
{
border-color: #208334;
}
.TagClassName
{
border-color: #208334;
}
</style>