#217271

Color #217271 Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #217271

Tints of Elm #217271

Color information

#217271 (or 0x217271) is unknown color: approx Elm. HEX triplet: 21, 72 and 71. RGB value is (33,114,113). Sum of RGB (Red+Green+Blue) = 33+114+113=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 114 - color contains mainly: green. Hex color #217271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217271 is #DE8D8E. Grayscale: #595959. Windows color (decimal): -14585231 or 7434785. OLE color: 7434785.

HSL color Cylindrical-coordinate representation of color #217271: hue angle of 179.26º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #217271 is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB33114113-
CMYK0.7100.010.55
HSL179.26º55.1%28.82%-
HSV(B)179.26º71.05%44.71%-
XYZ9.6313.5517.73-
YUV89.67141.1687.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.69%
GREEN value IS 114 (44.92% from 255) = 43.85%
BLUE value IS 113 (44.53% from 255) = 43.46%
R=12.69%
G=43.85%
B=43.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal331141130.7100.010.55179.2655.128.82
Hex217271470137b3371d
Octal4116216110701672636735
Binary100001111001011100011000111011101111011001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217271; }

 p { color: rgb(33,114,113); }

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

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

 a { background-color: rgb(33,114,113); }

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

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

 span { border-color: rgb(33,114,113); }

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