#217D2C

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

Shades of Japanese Laurel #217D2C

Tints of Japanese Laurel #217D2C

Color information

#217D2C (or 0x217D2C) is unknown color: approx Japanese Laurel. HEX triplet: 21, 7D and 2C. RGB value is (33,125,44). Sum of RGB (Red+Green+Blue) = 33+125+44=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 125 (49.22% from 255 or 61.88% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 125 - color contains mainly: green. Hex color #217D2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217D2C is #DE82D3. Grayscale: #585858. Windows color (decimal): -14582484 or 2915617. OLE color: 2915617.

HSL color Cylindrical-coordinate representation of color #217D2C: hue angle of 127.17º 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 #217D2C is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB3312544-
CMYK0.7400.650.51
HSL127.17º58.23%30.98%-
HSV(B)127.17º73.6%49.02%-
XYZ8.4215.174.87-
YUV88.26103.0288.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.34%
GREEN value IS 125 (49.22% from 255) = 61.88%
BLUE value IS 44 (17.58% from 255) = 21.78%
R=16.34%
G=61.88%
B=21.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33125440.7400.650.51127.1758.2330.98
Hex217D2C4A041337f3a1f
Octal41175541120101631777237
Binary1000011111101101100100101001000001110011111111111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,125,44); }

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

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

 a { background-color: rgb(33,125,44); }

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

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

 span { border-color: rgb(33,125,44); }

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