#217C2B

Color #217C2B Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #217C2B

Tints of Japanese Laurel #217C2B

Color information

#217C2B (or 0x217C2B) is unknown color: approx Japanese Laurel. HEX triplet: 21, 7C and 2B. RGB value is (33,124,43). Sum of RGB (Red+Green+Blue) = 33+124+43=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 124 (48.83% from 255 or 62% from 200); Blue value is 43 (17.19% from 255 or 21.5% from 200); Max value from RGB is 124 - color contains mainly: green. Hex color #217C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217C2B is #DE83D4. Grayscale: #575757. Windows color (decimal): -14582741 or 2849825. OLE color: 2849825.

HSL color Cylindrical-coordinate representation of color #217C2B: hue angle of 126.59º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217C2B is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB3312443-
CMYK0.7300.650.51
HSL126.59º57.96%30.78%-
HSV(B)126.59º73.39%48.63%-
XYZ8.2714.914.73-
YUV87.56102.8589.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 16.5%
GREEN value IS 124 (48.83% from 255) = 62%
BLUE value IS 43 (17.19% from 255) = 21.5%
R=16.5%
G=62%
B=21.5%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33124430.7300.650.51126.5957.9630.78
Hex217C2B49041337f3a1f
Octal41174531110101631777237
Binary1000011111100101011100100101000001110011111111111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217C2B; }

 p { color: rgb(33,124,43); }

 H1.HeaderClassName
 {
   color: #217C2B;
 }
 .AnyTagClassName
 {
   color: #217C2B;
 }
</style>
background-color css

<style>
 a { background-color: #217C2B; }

 a { background-color: rgb(33,124,43); }

 div.DivClassName
 {
   background-color: #217C2B;
 }
 .BgClassName
 {
   background-color: #217C2B;
 }
</style>
border-color css

<style>
 span { border-color: #217C2B; }

 span { border-color: rgb(33,124,43); }

 td.TdClassName
 {
   border-color: #217C2B;
 }
 .TagClassName
 {
   border-color: #217C2B;
 }
</style>