Shades of Japanese Laurel #217D2D
Tints of Japanese Laurel #217D2D
RGB
CMYK
RGB Variations
Color information
#217D2D (or 0x217D2D) is known color: Japanese Laurel. HEX triplet: 21, 7D and 2D. RGB value is (33,125,45). Sum of RGB (Red+Green+Blue) = 33+125+45=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 125 (49.22% from 255 or 61.58% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 125 - color contains mainly: green. Hex color #217D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217D2D is #DE82D2. Grayscale: #585858. Windows color (decimal): -14582483 or 2981153. OLE color: 2981153.
HSL color Cylindrical-coordinate representation of color #217D2D: hue angle of 127.83º 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 #217D2D is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 125 | 45 | - |
| CMYK | 0.74 | 0 | 0.64 | 0.51 |
| HSL | 127.83º | 0.58% | 0.31% | - |
| HSV(B) | 127.83º | 0.74% | 0.49% | - |
| XYZ | 8.43 | 15.18 | 4.97 | - |
| YUV | 88.37 | 103.52 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 125 | 45 | 0.74 | 0 | 0.64 | 0.51 | 127.83 | 0.58 | 0.31 |
| Hex | 21 | 7D | 2D | 4A | 0 | 40 | 33 | 80 | 3A | 1F |
| Octal | 41 | 175 | 55 | 112 | 0 | 100 | 63 | 200 | 72 | 37 |
| Binary | 100001 | 1111101 | 101101 | 1001010 | 0 | 1000000 | 110011 | 10000000 | 111010 | 11111 |
Color Harmonies of #217D2D
Complementary color
Monochromatic Colors of #217D2D
Black with #217D2D
Text Example
Text Example
White with #217D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217D2D; }
p { color: rgb(33,125,45); }
H1.HeaderClassName
{
color: #217D2D;
}
.AnyTagClassName
{
color: #217D2D;
}
</style>
background-color css
<style>
a { background-color: #217D2D; }
a { background-color: rgb(33,125,45); }
div.DivClassName
{
background-color: #217D2D;
}
.BgClassName
{
background-color: #217D2D;
}
</style>
border-color css
<style>
span { border-color: #217D2D; }
span { border-color: rgb(33,125,45); }
td.TdClassName
{
border-color: #217D2D;
}
.TagClassName
{
border-color: #217D2D;
}
</style>