Shades of Japanese Laurel #32852F
Tints of Japanese Laurel #32852F
RGB
CMYK
RGB Variations
Color information
#32852F (or 0x32852F) is known color: Japanese Laurel. HEX triplet: 32, 85 and 2F. RGB value is (50,133,47). Sum of RGB (Red+Green+Blue) = 50+133+47=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 133 (52.34% from 255 or 57.83% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 133 - color contains mainly: green. Hex color #32852F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32852F is #CD7AD0. Grayscale: #626262. Windows color (decimal): -13466321 or 3114290. OLE color: 3114290.
HSL color Cylindrical-coordinate representation of color #32852F: hue angle of 117.91º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32852F is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 133 | 47 | - |
| CMYK | 0.62 | 0 | 0.65 | 0.48 |
| HSL | 117.91º | 0.48% | 0.35% | - |
| HSV(B) | 117.91º | 0.65% | 0.52% | - |
| XYZ | 10.22 | 17.66 | 5.56 | - |
| YUV | 98.38 | 99 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 133 | 47 | 0.62 | 0 | 0.65 | 0.48 | 117.91 | 0.48 | 0.35 |
| Hex | 32 | 85 | 2F | 3E | 0 | 41 | 30 | 76 | 30 | 23 |
| Octal | 62 | 205 | 57 | 76 | 0 | 101 | 60 | 166 | 60 | 43 |
| Binary | 110010 | 10000101 | 101111 | 111110 | 0 | 1000001 | 110000 | 1110110 | 110000 | 100011 |
Color Harmonies of #32852F
Complementary color
Monochromatic Colors of #32852F
Black with #32852F
Text Example
Text Example
White with #32852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32852F; }
p { color: rgb(50,133,47); }
H1.HeaderClassName
{
color: #32852F;
}
.AnyTagClassName
{
color: #32852F;
}
</style>
background-color css
<style>
a { background-color: #32852F; }
a { background-color: rgb(50,133,47); }
div.DivClassName
{
background-color: #32852F;
}
.BgClassName
{
background-color: #32852F;
}
</style>
border-color css
<style>
span { border-color: #32852F; }
span { border-color: rgb(50,133,47); }
td.TdClassName
{
border-color: #32852F;
}
.TagClassName
{
border-color: #32852F;
}
</style>