#217945

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

Shades of Dark Spring Green #217945

Tints of Dark Spring Green #217945

Color information

#217945 (or 0x217945) is unknown color: approx Dark Spring Green. HEX triplet: 21, 79 and 45. RGB value is (33,121,69). Sum of RGB (Red+Green+Blue) = 33+121+69=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 121 (47.66% from 255 or 54.26% from 223); Blue value is 69 (27.34% from 255 or 30.94% from 223); Max value from RGB is 121 - color contains mainly: green. Hex color #217945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217945 is #DE86BA. Grayscale: #585858. Windows color (decimal): -14583483 or 4552993. OLE color: 4552993.

HSL color Cylindrical-coordinate representation of color #217945: hue angle of 144.55º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217945 is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB3312169-
CMYK0.7300.430.53
HSL144.55º57.14%30.2%-
HSV(B)144.55º72.73%47.45%-
XYZ8.5414.437.97-
YUV88.76116.8588.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.80%
GREEN value IS 121 (47.66% from 255) = 54.26%
BLUE value IS 69 (27.34% from 255) = 30.94%
R=14.80%
G=54.26%
B=30.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33121690.7300.430.53144.5557.1430.2
Hex2179454902B3591391e
Octal41171105111053652217136
Binary10000111110011000101100100101010111101011001000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217945; }

 p { color: rgb(33,121,69); }

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

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

 a { background-color: rgb(33,121,69); }

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

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

 span { border-color: rgb(33,121,69); }

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