Shades of Japanese Laurel #217D34
Tints of Japanese Laurel #217D34
RGB
CMYK
RGB Variations
Color information
#217D34 (or 0x217D34) is known color: Japanese Laurel. HEX triplet: 21, 7D and 34. RGB value is (33,125,52). Sum of RGB (Red+Green+Blue) = 33+125+52=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 125 (49.22% from 255 or 59.52% from 210); Blue value is 52 (20.70% from 255 or 24.76% from 210); Max value from RGB is 125 - color contains mainly: green. Hex color #217D34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217D34 is #DE82CB. Grayscale: #595959. Windows color (decimal): -14582476 or 3439905. OLE color: 3439905.
HSL color Cylindrical-coordinate representation of color #217D34: hue angle of 132.39º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217D34 is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 125 | 52 | - |
| CMYK | 0.74 | 0 | 0.58 | 0.51 |
| HSL | 132.39º | 0.58% | 0.31% | - |
| HSV(B) | 132.39º | 0.74% | 0.49% | - |
| XYZ | 8.58 | 15.24 | 5.74 | - |
| YUV | 89.17 | 107.02 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 125 | 52 | 0.74 | 0 | 0.58 | 0.51 | 132.39 | 0.58 | 0.31 |
| Hex | 21 | 7D | 34 | 4A | 0 | 3A | 33 | 84 | 3A | 1F |
| Octal | 41 | 175 | 64 | 112 | 0 | 72 | 63 | 204 | 72 | 37 |
| Binary | 100001 | 1111101 | 110100 | 1001010 | 0 | 111010 | 110011 | 10000100 | 111010 | 11111 |
Color Harmonies of #217D34
Complementary color
Monochromatic Colors of #217D34
Black with #217D34
Text Example
Text Example
White with #217D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217D34; }
p { color: rgb(33,125,52); }
H1.HeaderClassName
{
color: #217D34;
}
.AnyTagClassName
{
color: #217D34;
}
</style>
background-color css
<style>
a { background-color: #217D34; }
a { background-color: rgb(33,125,52); }
div.DivClassName
{
background-color: #217D34;
}
.BgClassName
{
background-color: #217D34;
}
</style>
border-color css
<style>
span { border-color: #217D34; }
span { border-color: rgb(33,125,52); }
td.TdClassName
{
border-color: #217D34;
}
.TagClassName
{
border-color: #217D34;
}
</style>