#217442

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

Shades of Dark Spring Green #217442

Tints of Dark Spring Green #217442

Color information

#217442 (or 0x217442) is unknown color: approx Dark Spring Green. HEX triplet: 21, 74 and 42. RGB value is (33,116,66). Sum of RGB (Red+Green+Blue) = 33+116+66=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 116 (45.70% from 255 or 53.95% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 116 - color contains mainly: green. Hex color #217442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217442 is #DE8BBD. Grayscale: #555555. Windows color (decimal): -14584766 or 4355105. OLE color: 4355105.

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

Color convert

RGB3311666-
CMYK0.7200.430.55
HSL143.86º55.7%29.22%-
HSV(B)143.86º71.55%45.49%-
XYZ7.8613.217.29-
YUV85.4811790.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.35%
GREEN value IS 116 (45.70% from 255) = 53.95%
BLUE value IS 66 (26.17% from 255) = 30.70%
R=15.35%
G=53.95%
B=30.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33116660.7200.430.55143.8655.729.22
Hex2174424802B3790381d
Octal41164102110053672207035
Binary10000111101001000010100100001010111101111001000011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217442; }

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

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

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

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

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

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

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

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