Shades of Japanese Laurel #32882F
Tints of Japanese Laurel #32882F
RGB
CMYK
RGB Variations
Color information
#32882F (or 0x32882F) is known color: Japanese Laurel. HEX triplet: 32, 88 and 2F. RGB value is (50,136,47). Sum of RGB (Red+Green+Blue) = 50+136+47=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 136 (53.52% from 255 or 58.37% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 136 - color contains mainly: green. Hex color #32882F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32882F is #CD77D0. Grayscale: #646464. Windows color (decimal): -13465553 or 3115058. OLE color: 3115058.
HSL color Cylindrical-coordinate representation of color #32882F: hue angle of 117.98º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32882F is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 136 | 47 | - |
| CMYK | 0.63 | 0 | 0.65 | 0.47 |
| HSL | 117.98º | 0.49% | 0.36% | - |
| HSV(B) | 117.98º | 0.65% | 0.53% | - |
| XYZ | 10.63 | 18.49 | 5.7 | - |
| YUV | 100.14 | 98.01 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 136 | 47 | 0.63 | 0 | 0.65 | 0.47 | 117.98 | 0.49 | 0.36 |
| Hex | 32 | 88 | 2F | 3F | 0 | 41 | 2F | 76 | 31 | 24 |
| Octal | 62 | 210 | 57 | 77 | 0 | 101 | 57 | 166 | 61 | 44 |
| Binary | 110010 | 10001000 | 101111 | 111111 | 0 | 1000001 | 101111 | 1110110 | 110001 | 100100 |
Color Harmonies of #32882F
Complementary color
Monochromatic Colors of #32882F
Black with #32882F
Text Example
Text Example
White with #32882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32882F; }
p { color: rgb(50,136,47); }
H1.HeaderClassName
{
color: #32882F;
}
.AnyTagClassName
{
color: #32882F;
}
</style>
background-color css
<style>
a { background-color: #32882F; }
a { background-color: rgb(50,136,47); }
div.DivClassName
{
background-color: #32882F;
}
.BgClassName
{
background-color: #32882F;
}
</style>
border-color css
<style>
span { border-color: #32882F; }
span { border-color: rgb(50,136,47); }
td.TdClassName
{
border-color: #32882F;
}
.TagClassName
{
border-color: #32882F;
}
</style>