Shades of Japanese Laurel #217B2B
Tints of Japanese Laurel #217B2B
RGB
CMYK
RGB Variations
Color information
#217B2B (or 0x217B2B) is known color: Japanese Laurel. HEX triplet: 21, 7B and 2B. RGB value is (33,123,43). Sum of RGB (Red+Green+Blue) = 33+123+43=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 123 (48.44% from 255 or 61.81% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 123 - color contains mainly: green. Hex color #217B2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217B2B is #DE84D4. Grayscale: #575757. Windows color (decimal): -14582997 or 2849569. OLE color: 2849569.
HSL color Cylindrical-coordinate representation of color #217B2B: hue angle of 126.67º 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 #217B2B is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 123 | 43 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.52 |
| HSL | 126.67º | 0.58% | 0.31% | - |
| HSV(B) | 126.67º | 0.73% | 0.48% | - |
| XYZ | 8.15 | 14.66 | 4.69 | - |
| YUV | 86.97 | 103.18 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 123 | 43 | 0.73 | 0 | 0.65 | 0.52 | 126.67 | 0.58 | 0.31 |
| Hex | 21 | 7B | 2B | 49 | 0 | 41 | 34 | 7F | 3A | 1F |
| Octal | 41 | 173 | 53 | 111 | 0 | 101 | 64 | 177 | 72 | 37 |
| Binary | 100001 | 1111011 | 101011 | 1001001 | 0 | 1000001 | 110100 | 1111111 | 111010 | 11111 |
Color Harmonies of #217B2B
Complementary color
Monochromatic Colors of #217B2B
Black with #217B2B
Text Example
Text Example
White with #217B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217B2B; }
p { color: rgb(33,123,43); }
H1.HeaderClassName
{
color: #217B2B;
}
.AnyTagClassName
{
color: #217B2B;
}
</style>
background-color css
<style>
a { background-color: #217B2B; }
a { background-color: rgb(33,123,43); }
div.DivClassName
{
background-color: #217B2B;
}
.BgClassName
{
background-color: #217B2B;
}
</style>
border-color css
<style>
span { border-color: #217B2B; }
span { border-color: rgb(33,123,43); }
td.TdClassName
{
border-color: #217B2B;
}
.TagClassName
{
border-color: #217B2B;
}
</style>