#217542

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

Shades of Dark Spring Green #217542

Tints of Dark Spring Green #217542

Color information

#217542 (or 0x217542) is unknown color: approx Dark Spring Green. HEX triplet: 21, 75 and 42. RGB value is (33,117,66). Sum of RGB (Red+Green+Blue) = 33+117+66=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 117 (46.09% from 255 or 54.17% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 117 - color contains mainly: green. Hex color #217542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217542 is #DE8ABD. Grayscale: #565656. Windows color (decimal): -14584510 or 4355361. OLE color: 4355361.

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

Color convert

RGB3311766-
CMYK0.7200.440.54
HSL143.57º56%29.41%-
HSV(B)143.57º71.79%45.88%-
XYZ7.9713.447.33-
YUV86.07116.6790.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.28%
GREEN value IS 117 (46.09% from 255) = 54.17%
BLUE value IS 66 (26.17% from 255) = 30.56%
R=15.28%
G=54.17%
B=30.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33117660.7200.440.54143.575629.41
Hex2175424802C3690381d
Octal41165102110054662207035
Binary10000111101011000010100100001011001101101001000011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217542; }

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

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

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

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

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

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

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

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