#217C2D

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

Shades of Japanese Laurel #217C2D

Tints of Japanese Laurel #217C2D

Color information

#217C2D (or 0x217C2D) is unknown color: approx Japanese Laurel. HEX triplet: 21, 7C and 2D. RGB value is (33,124,45). Sum of RGB (Red+Green+Blue) = 33+124+45=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 124 (48.83% from 255 or 61.39% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 124 - color contains mainly: green. Hex color #217C2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217C2D is #DE83D2. Grayscale: #585858. Windows color (decimal): -14582739 or 2980897. OLE color: 2980897.

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

Color convert

RGB3312445-
CMYK0.7300.640.51
HSL127.91º57.96%30.78%-
HSV(B)127.91º73.39%48.63%-
XYZ8.3114.934.93-
YUV87.78103.8588.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.34%
GREEN value IS 124 (48.83% from 255) = 61.39%
BLUE value IS 45 (17.97% from 255) = 22.28%
R=16.34%
G=61.39%
B=22.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33124450.7300.640.51127.9157.9630.78
Hex217C2D4904033803a1f
Octal41174551110100632007237
Binary10000111111001011011001001010000001100111000000011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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