Shades of Japanese Laurel #217B2D
Tints of Japanese Laurel #217B2D
RGB
CMYK
RGB Variations
Color information
#217B2D (or 0x217B2D) is known color: Japanese Laurel. HEX triplet: 21, 7B and 2D. RGB value is (33,123,45). Sum of RGB (Red+Green+Blue) = 33+123+45=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 123 (48.44% from 255 or 61.19% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 123 - color contains mainly: green. Hex color #217B2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217B2D is #DE84D2. Grayscale: #575757. Windows color (decimal): -14582995 or 2980641. OLE color: 2980641.
HSL color Cylindrical-coordinate representation of color #217B2D: hue angle of 128º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217B2D is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 123 | 45 | - |
| CMYK | 0.73 | 0 | 0.63 | 0.52 |
| HSL | 128º | 0.58% | 0.31% | - |
| HSV(B) | 128º | 0.73% | 0.48% | - |
| XYZ | 8.18 | 14.68 | 4.88 | - |
| YUV | 87.2 | 104.18 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 123 | 45 | 0.73 | 0 | 0.63 | 0.52 | 128 | 0.58 | 0.31 |
| Hex | 21 | 7B | 2D | 49 | 0 | 3F | 34 | 80 | 3A | 1F |
| Octal | 41 | 173 | 55 | 111 | 0 | 77 | 64 | 200 | 72 | 37 |
| Binary | 100001 | 1111011 | 101101 | 1001001 | 0 | 111111 | 110100 | 10000000 | 111010 | 11111 |
Color Harmonies of #217B2D
Complementary color
Monochromatic Colors of #217B2D
Black with #217B2D
Text Example
Text Example
White with #217B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217B2D; }
p { color: rgb(33,123,45); }
H1.HeaderClassName
{
color: #217B2D;
}
.AnyTagClassName
{
color: #217B2D;
}
</style>
background-color css
<style>
a { background-color: #217B2D; }
a { background-color: rgb(33,123,45); }
div.DivClassName
{
background-color: #217B2D;
}
.BgClassName
{
background-color: #217B2D;
}
</style>
border-color css
<style>
span { border-color: #217B2D; }
span { border-color: rgb(33,123,45); }
td.TdClassName
{
border-color: #217B2D;
}
.TagClassName
{
border-color: #217B2D;
}
</style>