#217146

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

Shades of Dark Spring Green #217146

Tints of Dark Spring Green #217146

Color information

#217146 (or 0x217146) is unknown color: approx Dark Spring Green. HEX triplet: 21, 71 and 46. RGB value is (33,113,70). Sum of RGB (Red+Green+Blue) = 33+113+70=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 113 (44.53% from 255 or 52.31% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 113 - color contains mainly: green. Hex color #217146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217146 is #DE8EB9. Grayscale: #545454. Windows color (decimal): -14585530 or 4616481. OLE color: 4616481.

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

Color convert

RGB3311370-
CMYK0.7100.380.56
HSL147.75º54.79%28.63%-
HSV(B)147.75º70.8%44.31%-
XYZ7.6412.587.82-
YUV84.1812091.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.28%
GREEN value IS 113 (44.53% from 255) = 52.31%
BLUE value IS 70 (27.73% from 255) = 32.41%
R=15.28%
G=52.31%
B=32.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33113700.7100.380.56147.7554.7928.63
Hex217146470263894371d
Octal41161106107046702246735
Binary10000111100011000110100011101001101110001001010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217146; }

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

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

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

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

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

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

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

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