Shades of Japanese Laurel #207E32
Tints of Japanese Laurel #207E32
RGB
CMYK
RGB Variations
Color information
#207E32 (or 0x207E32) is known color: Japanese Laurel. HEX triplet: 20, 7E and 32. RGB value is (32,126,50). Sum of RGB (Red+Green+Blue) = 32+126+50=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 126 (49.61% from 255 or 60.58% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 126 - color contains mainly: green. Hex color #207E32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207E32 is #DF81CD. Grayscale: #595959. Windows color (decimal): -14647758 or 3309088. OLE color: 3309088.
HSL color Cylindrical-coordinate representation of color #207E32: hue angle of 131.49º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #207E32 is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 126 | 50 | - |
| CMYK | 0.75 | 0 | 0.60 | 0.51 |
| HSL | 131.49º | 0.59% | 0.31% | - |
| HSV(B) | 131.49º | 0.75% | 0.49% | - |
| XYZ | 8.63 | 15.46 | 5.55 | - |
| YUV | 89.23 | 105.86 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 126 | 50 | 0.75 | 0 | 0.60 | 0.51 | 131.49 | 0.59 | 0.31 |
| Hex | 20 | 7E | 32 | 4B | 0 | 3C | 33 | 83 | 3B | 1F |
| Octal | 40 | 176 | 62 | 113 | 0 | 74 | 63 | 203 | 73 | 37 |
| Binary | 100000 | 1111110 | 110010 | 1001011 | 0 | 111100 | 110011 | 10000011 | 111011 | 11111 |
Color Harmonies of #207E32
Complementary color
Monochromatic Colors of #207E32
Black with #207E32
Text Example
Text Example
White with #207E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207E32; }
p { color: rgb(32,126,50); }
H1.HeaderClassName
{
color: #207E32;
}
.AnyTagClassName
{
color: #207E32;
}
</style>
background-color css
<style>
a { background-color: #207E32; }
a { background-color: rgb(32,126,50); }
div.DivClassName
{
background-color: #207E32;
}
.BgClassName
{
background-color: #207E32;
}
</style>
border-color css
<style>
span { border-color: #207E32; }
span { border-color: rgb(32,126,50); }
td.TdClassName
{
border-color: #207E32;
}
.TagClassName
{
border-color: #207E32;
}
</style>