#217448

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

Shades of Dark Spring Green #217448

Tints of Dark Spring Green #217448

Color information

#217448 (or 0x217448) is unknown color: approx Dark Spring Green. HEX triplet: 21, 74 and 48. RGB value is (33,116,72). Sum of RGB (Red+Green+Blue) = 33+116+72=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 116 (45.70% from 255 or 52.49% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 116 - color contains mainly: green. Hex color #217448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217448 is #DE8BB7. Grayscale: #565656. Windows color (decimal): -14584760 or 4748321. OLE color: 4748321.

HSL color Cylindrical-coordinate representation of color #217448: hue angle of 148.19º 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 #217448 is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB3311672-
CMYK0.7200.380.55
HSL148.19º55.7%29.22%-
HSV(B)148.19º71.55%45.49%-
XYZ8.0413.288.27-
YUV86.1712090.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.93%
GREEN value IS 116 (45.70% from 255) = 52.49%
BLUE value IS 72 (28.52% from 255) = 32.58%
R=14.93%
G=52.49%
B=32.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33116720.7200.380.55148.1955.729.22
Hex217448480263794381d
Octal41164110110046672247035
Binary10000111101001001000100100001001101101111001010011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217448; }

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

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

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

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

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

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

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

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