#217244

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

Shades of Dark Spring Green #217244

Tints of Dark Spring Green #217244

Color information

#217244 (or 0x217244) is unknown color: approx Dark Spring Green. HEX triplet: 21, 72 and 44. RGB value is (33,114,68). Sum of RGB (Red+Green+Blue) = 33+114+68=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 114 (44.92% from 255 or 53.02% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 114 - color contains mainly: green. Hex color #217244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217244 is #DE8DBB. Grayscale: #545454. Windows color (decimal): -14585276 or 4485665. OLE color: 4485665.

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

Color convert

RGB3311468-
CMYK0.7100.400.55
HSL145.93º55.1%28.82%-
HSV(B)145.93º71.05%44.71%-
XYZ7.6912.787.53-
YUV84.54118.6691.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.35%
GREEN value IS 114 (44.92% from 255) = 53.02%
BLUE value IS 68 (26.95% from 255) = 31.63%
R=15.35%
G=53.02%
B=31.63%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33114680.7100.400.55145.9355.128.82
Hex217244470283792371d
Octal41162104107050672226735
Binary10000111100101000100100011101010001101111001001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217244; }

 p { color: rgb(33,114,68); }

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

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

 a { background-color: rgb(33,114,68); }

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

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

 span { border-color: rgb(33,114,68); }

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