Shades of Japanese Laurel #32812C
Tints of Japanese Laurel #32812C
RGB
CMYK
RGB Variations
Color information
#32812C (or 0x32812C) is known color: Japanese Laurel. HEX triplet: 32, 81 and 2C. RGB value is (50,129,44). Sum of RGB (Red+Green+Blue) = 50+129+44=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 129 (50.78% from 255 or 57.85% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 129 - color contains mainly: green. Hex color #32812C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32812C is #CD7ED3. Grayscale: #5F5F5F. Windows color (decimal): -13467348 or 2916658. OLE color: 2916658.
HSL color Cylindrical-coordinate representation of color #32812C: hue angle of 115.76º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32812C is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 129 | 44 | - |
| CMYK | 0.61 | 0 | 0.66 | 0.49 |
| HSL | 115.76º | 0.49% | 0.34% | - |
| HSV(B) | 115.76º | 0.66% | 0.51% | - |
| XYZ | 9.62 | 16.56 | 5.07 | - |
| YUV | 95.69 | 98.83 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 129 | 44 | 0.61 | 0 | 0.66 | 0.49 | 115.76 | 0.49 | 0.34 |
| Hex | 32 | 81 | 2C | 3D | 0 | 42 | 31 | 74 | 31 | 22 |
| Octal | 62 | 201 | 54 | 75 | 0 | 102 | 61 | 164 | 61 | 42 |
| Binary | 110010 | 10000001 | 101100 | 111101 | 0 | 1000010 | 110001 | 1110100 | 110001 | 100010 |
Color Harmonies of #32812C
Complementary color
Monochromatic Colors of #32812C
Black with #32812C
Text Example
Text Example
White with #32812C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32812C; }
p { color: rgb(50,129,44); }
H1.HeaderClassName
{
color: #32812C;
}
.AnyTagClassName
{
color: #32812C;
}
</style>
background-color css
<style>
a { background-color: #32812C; }
a { background-color: rgb(50,129,44); }
div.DivClassName
{
background-color: #32812C;
}
.BgClassName
{
background-color: #32812C;
}
</style>
border-color css
<style>
span { border-color: #32812C; }
span { border-color: rgb(50,129,44); }
td.TdClassName
{
border-color: #32812C;
}
.TagClassName
{
border-color: #32812C;
}
</style>