Shades of Japanese Laurel #217E2C
Tints of Japanese Laurel #217E2C
RGB
CMYK
RGB Variations
Color information
#217E2C (or 0x217E2C) is known color: Japanese Laurel. HEX triplet: 21, 7E and 2C. RGB value is (33,126,44). Sum of RGB (Red+Green+Blue) = 33+126+44=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 126 (49.61% from 255 or 62.07% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 126 - color contains mainly: green. Hex color #217E2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217E2C is #DE81D3. Grayscale: #595959. Windows color (decimal): -14582228 or 2915873. OLE color: 2915873.
HSL color Cylindrical-coordinate representation of color #217E2C: hue angle of 127.1º 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 #217E2C is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 126 | 44 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.51 |
| HSL | 127.1º | 0.58% | 0.31% | - |
| HSV(B) | 127.1º | 0.74% | 0.49% | - |
| XYZ | 8.54 | 15.43 | 4.91 | - |
| YUV | 88.85 | 102.69 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 126 | 44 | 0.74 | 0 | 0.65 | 0.51 | 127.1 | 0.58 | 0.31 |
| Hex | 21 | 7E | 2C | 4A | 0 | 41 | 33 | 7F | 3A | 1F |
| Octal | 41 | 176 | 54 | 112 | 0 | 101 | 63 | 177 | 72 | 37 |
| Binary | 100001 | 1111110 | 101100 | 1001010 | 0 | 1000001 | 110011 | 1111111 | 111010 | 11111 |
Color Harmonies of #217E2C
Complementary color
Monochromatic Colors of #217E2C
Black with #217E2C
Text Example
Text Example
White with #217E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217E2C; }
p { color: rgb(33,126,44); }
H1.HeaderClassName
{
color: #217E2C;
}
.AnyTagClassName
{
color: #217E2C;
}
</style>
background-color css
<style>
a { background-color: #217E2C; }
a { background-color: rgb(33,126,44); }
div.DivClassName
{
background-color: #217E2C;
}
.BgClassName
{
background-color: #217E2C;
}
</style>
border-color css
<style>
span { border-color: #217E2C; }
span { border-color: rgb(33,126,44); }
td.TdClassName
{
border-color: #217E2C;
}
.TagClassName
{
border-color: #217E2C;
}
</style>