Shades of Japanese Laurel #32812D
Tints of Japanese Laurel #32812D
RGB
CMYK
RGB Variations
Color information
#32812D (or 0x32812D) is known color: Japanese Laurel. HEX triplet: 32, 81 and 2D. RGB value is (50,129,45). Sum of RGB (Red+Green+Blue) = 50+129+45=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 129 (50.78% from 255 or 57.59% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 129 - color contains mainly: green. Hex color #32812D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32812D is #CD7ED2. Grayscale: #606060. Windows color (decimal): -13467347 or 2982194. OLE color: 2982194.
HSL color Cylindrical-coordinate representation of color #32812D: hue angle of 116.43º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32812D is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 129 | 45 | - |
| CMYK | 0.61 | 0 | 0.65 | 0.49 |
| HSL | 116.43º | 0.48% | 0.34% | - |
| HSV(B) | 116.43º | 0.65% | 0.51% | - |
| XYZ | 9.64 | 16.57 | 5.17 | - |
| YUV | 95.8 | 99.33 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 129 | 45 | 0.61 | 0 | 0.65 | 0.49 | 116.43 | 0.48 | 0.34 |
| Hex | 32 | 81 | 2D | 3D | 0 | 41 | 31 | 74 | 30 | 22 |
| Octal | 62 | 201 | 55 | 75 | 0 | 101 | 61 | 164 | 60 | 42 |
| Binary | 110010 | 10000001 | 101101 | 111101 | 0 | 1000001 | 110001 | 1110100 | 110000 | 100010 |
Color Harmonies of #32812D
Complementary color
Monochromatic Colors of #32812D
Black with #32812D
Text Example
Text Example
White with #32812D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32812D; }
p { color: rgb(50,129,45); }
H1.HeaderClassName
{
color: #32812D;
}
.AnyTagClassName
{
color: #32812D;
}
</style>
background-color css
<style>
a { background-color: #32812D; }
a { background-color: rgb(50,129,45); }
div.DivClassName
{
background-color: #32812D;
}
.BgClassName
{
background-color: #32812D;
}
</style>
border-color css
<style>
span { border-color: #32812D; }
span { border-color: rgb(50,129,45); }
td.TdClassName
{
border-color: #32812D;
}
.TagClassName
{
border-color: #32812D;
}
</style>