Shades of Japanese Laurel #208234
Tints of Japanese Laurel #208234
RGB
CMYK
RGB Variations
Color information
#208234 (or 0x208234) is known color: Japanese Laurel. HEX triplet: 20, 82 and 34. RGB value is (32,130,52). Sum of RGB (Red+Green+Blue) = 32+130+52=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 130 (51.17% from 255 or 60.75% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 130 - color contains mainly: green. Hex color #208234 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208234 is #DF7DCB. Grayscale: #5C5C5C. Windows color (decimal): -14646732 or 3441184. OLE color: 3441184.
HSL color Cylindrical-coordinate representation of color #208234: hue angle of 132.24º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #208234 is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 130 | 52 | - |
| CMYK | 0.75 | 0 | 0.60 | 0.49 |
| HSL | 132.24º | 0.6% | 0.32% | - |
| HSV(B) | 132.24º | 0.75% | 0.51% | - |
| XYZ | 9.2 | 16.52 | 5.95 | - |
| YUV | 91.81 | 105.53 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 130 | 52 | 0.75 | 0 | 0.60 | 0.49 | 132.24 | 0.6 | 0.32 |
| Hex | 20 | 82 | 34 | 4B | 0 | 3C | 31 | 84 | 3C | 20 |
| Octal | 40 | 202 | 64 | 113 | 0 | 74 | 61 | 204 | 74 | 40 |
| Binary | 100000 | 10000010 | 110100 | 1001011 | 0 | 111100 | 110001 | 10000100 | 111100 | 100000 |
Color Harmonies of #208234
Complementary color
Monochromatic Colors of #208234
Black with #208234
Text Example
Text Example
White with #208234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208234; }
p { color: rgb(32,130,52); }
H1.HeaderClassName
{
color: #208234;
}
.AnyTagClassName
{
color: #208234;
}
</style>
background-color css
<style>
a { background-color: #208234; }
a { background-color: rgb(32,130,52); }
div.DivClassName
{
background-color: #208234;
}
.BgClassName
{
background-color: #208234;
}
</style>
border-color css
<style>
span { border-color: #208234; }
span { border-color: rgb(32,130,52); }
td.TdClassName
{
border-color: #208234;
}
.TagClassName
{
border-color: #208234;
}
</style>