#217449

Color #217449 Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #217449

Tints of Dark Spring Green #217449

Color information

#217449 (or 0x217449) is unknown color: approx Dark Spring Green. HEX triplet: 21, 74 and 49. RGB value is (33,116,73). Sum of RGB (Red+Green+Blue) = 33+116+73=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 116 (45.70% from 255 or 52.25% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 116 - color contains mainly: green. Hex color #217449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217449 is #DE8BB6. Grayscale: #565656. Windows color (decimal): -14584759 or 4813857. OLE color: 4813857.

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

Color convert

RGB3311673-
CMYK0.7200.370.55
HSL148.92º55.7%29.22%-
HSV(B)148.92º71.55%45.49%-
XYZ8.0813.38.44-
YUV86.28120.590-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.86%
GREEN value IS 116 (45.70% from 255) = 52.25%
BLUE value IS 73 (28.91% from 255) = 32.88%
R=14.86%
G=52.25%
B=32.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33116730.7200.370.55148.9255.729.22
Hex217449480253795381d
Octal41164111110045672257035
Binary10000111101001001001100100001001011101111001010111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217449; }

 p { color: rgb(33,116,73); }

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

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

 a { background-color: rgb(33,116,73); }

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

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

 span { border-color: rgb(33,116,73); }

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