Shades of Japanese Laurel #217F32
Tints of Japanese Laurel #217F32
RGB
CMYK
RGB Variations
Color information
#217F32 (or 0x217F32) is known color: Japanese Laurel. HEX triplet: 21, 7F and 32. RGB value is (33,127,50). Sum of RGB (Red+Green+Blue) = 33+127+50=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 127 (50% from 255 or 60.48% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 127 - color contains mainly: green. Hex color #217F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217F32 is #DE80CD. Grayscale: #5A5A5A. Windows color (decimal): -14581966 or 3309345. OLE color: 3309345.
HSL color Cylindrical-coordinate representation of color #217F32: hue angle of 130.85º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217F32 is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 127 | 50 | - |
| CMYK | 0.74 | 0 | 0.61 | 0.50 |
| HSL | 130.85º | 0.59% | 0.31% | - |
| HSV(B) | 130.85º | 0.74% | 0.5% | - |
| XYZ | 8.79 | 15.73 | 5.59 | - |
| YUV | 90.12 | 105.36 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 127 | 50 | 0.74 | 0 | 0.61 | 0.50 | 130.85 | 0.59 | 0.31 |
| Hex | 21 | 7F | 32 | 4A | 0 | 3D | 32 | 83 | 3B | 1F |
| Octal | 41 | 177 | 62 | 112 | 0 | 75 | 62 | 203 | 73 | 37 |
| Binary | 100001 | 1111111 | 110010 | 1001010 | 0 | 111101 | 110010 | 10000011 | 111011 | 11111 |
Color Harmonies of #217F32
Complementary color
Monochromatic Colors of #217F32
Black with #217F32
Text Example
Text Example
White with #217F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217F32; }
p { color: rgb(33,127,50); }
H1.HeaderClassName
{
color: #217F32;
}
.AnyTagClassName
{
color: #217F32;
}
</style>
background-color css
<style>
a { background-color: #217F32; }
a { background-color: rgb(33,127,50); }
div.DivClassName
{
background-color: #217F32;
}
.BgClassName
{
background-color: #217F32;
}
</style>
border-color css
<style>
span { border-color: #217F32; }
span { border-color: rgb(33,127,50); }
td.TdClassName
{
border-color: #217F32;
}
.TagClassName
{
border-color: #217F32;
}
</style>