#217E2E

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

Shades of Japanese Laurel #217E2E

Tints of Japanese Laurel #217E2E

Color information

#217E2E (or 0x217E2E) is unknown color: approx Japanese Laurel. HEX triplet: 21, 7E and 2E. RGB value is (33,126,46). Sum of RGB (Red+Green+Blue) = 33+126+46=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 126 (49.61% from 255 or 61.46% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 126 - color contains mainly: green. Hex color #217E2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217E2E is #DE81D1. Grayscale: #595959. Windows color (decimal): -14582226 or 3046945. OLE color: 3046945.

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

Color convert

RGB3312646-
CMYK0.7400.630.51
HSL128.39º58.49%31.18%-
HSV(B)128.39º73.81%49.41%-
XYZ8.5815.445.11-
YUV89.07103.6988-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.10%
GREEN value IS 126 (49.61% from 255) = 61.46%
BLUE value IS 46 (18.36% from 255) = 22.44%
R=16.10%
G=61.46%
B=22.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33126460.7400.630.51128.3958.4931.18
Hex217E2E4A03F33803a1f
Octal4117656112077632007237
Binary1000011111110101110100101001111111100111000000011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,126,46); }

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

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

 a { background-color: rgb(33,126,46); }

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

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

 span { border-color: rgb(33,126,46); }

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