Shades of Japanese Laurel #32802E
Tints of Japanese Laurel #32802E
RGB
CMYK
RGB Variations
Color information
#32802E (or 0x32802E) is known color: Japanese Laurel. HEX triplet: 32, 80 and 2E. RGB value is (50,128,46). Sum of RGB (Red+Green+Blue) = 50+128+46=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 128 (50.39% from 255 or 57.14% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 128 - color contains mainly: green. Hex color #32802E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32802E is #CD7FD1. Grayscale: #5F5F5F. Windows color (decimal): -13467602 or 3047474. OLE color: 3047474.
HSL color Cylindrical-coordinate representation of color #32802E: hue angle of 117.07º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32802E is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 128 | 46 | - |
| CMYK | 0.61 | 0 | 0.64 | 0.50 |
| HSL | 117.07º | 0.47% | 0.34% | - |
| HSV(B) | 117.07º | 0.64% | 0.5% | - |
| XYZ | 9.53 | 16.31 | 5.23 | - |
| YUV | 95.33 | 100.16 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 128 | 46 | 0.61 | 0 | 0.64 | 0.50 | 117.07 | 0.47 | 0.34 |
| Hex | 32 | 80 | 2E | 3D | 0 | 40 | 32 | 75 | 2F | 22 |
| Octal | 62 | 200 | 56 | 75 | 0 | 100 | 62 | 165 | 57 | 42 |
| Binary | 110010 | 10000000 | 101110 | 111101 | 0 | 1000000 | 110010 | 1110101 | 101111 | 100010 |
Color Harmonies of #32802E
Complementary color
Monochromatic Colors of #32802E
Black with #32802E
Text Example
Text Example
White with #32802E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32802E; }
p { color: rgb(50,128,46); }
H1.HeaderClassName
{
color: #32802E;
}
.AnyTagClassName
{
color: #32802E;
}
</style>
background-color css
<style>
a { background-color: #32802E; }
a { background-color: rgb(50,128,46); }
div.DivClassName
{
background-color: #32802E;
}
.BgClassName
{
background-color: #32802E;
}
</style>
border-color css
<style>
span { border-color: #32802E; }
span { border-color: rgb(50,128,46); }
td.TdClassName
{
border-color: #32802E;
}
.TagClassName
{
border-color: #32802E;
}
</style>