Shades of Japanese Laurel #217F2D
Tints of Japanese Laurel #217F2D
RGB
CMYK
RGB Variations
Color information
#217F2D (or 0x217F2D) is known color: Japanese Laurel. HEX triplet: 21, 7F and 2D. RGB value is (33,127,45). Sum of RGB (Red+Green+Blue) = 33+127+45=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 127 (50% from 255 or 61.95% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 127 - color contains mainly: green. Hex color #217F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217F2D is #DE80D2. Grayscale: #595959. Windows color (decimal): -14581971 or 2981665. OLE color: 2981665.
HSL color Cylindrical-coordinate representation of color #217F2D: hue angle of 127.66º 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 #217F2D is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 127 | 45 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.50 |
| HSL | 127.66º | 0.59% | 0.31% | - |
| HSV(B) | 127.66º | 0.74% | 0.5% | - |
| XYZ | 8.69 | 15.69 | 5.05 | - |
| YUV | 89.55 | 102.86 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 127 | 45 | 0.74 | 0 | 0.65 | 0.50 | 127.66 | 0.59 | 0.31 |
| Hex | 21 | 7F | 2D | 4A | 0 | 41 | 32 | 80 | 3B | 1F |
| Octal | 41 | 177 | 55 | 112 | 0 | 101 | 62 | 200 | 73 | 37 |
| Binary | 100001 | 1111111 | 101101 | 1001010 | 0 | 1000001 | 110010 | 10000000 | 111011 | 11111 |
Color Harmonies of #217F2D
Complementary color
Monochromatic Colors of #217F2D
Black with #217F2D
Text Example
Text Example
White with #217F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217F2D; }
p { color: rgb(33,127,45); }
H1.HeaderClassName
{
color: #217F2D;
}
.AnyTagClassName
{
color: #217F2D;
}
</style>
background-color css
<style>
a { background-color: #217F2D; }
a { background-color: rgb(33,127,45); }
div.DivClassName
{
background-color: #217F2D;
}
.BgClassName
{
background-color: #217F2D;
}
</style>
border-color css
<style>
span { border-color: #217F2D; }
span { border-color: rgb(33,127,45); }
td.TdClassName
{
border-color: #217F2D;
}
.TagClassName
{
border-color: #217F2D;
}
</style>