#217242

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

Shades of Dark Spring Green #217242

Tints of Dark Spring Green #217242

Color information

#217242 (or 0x217242) is unknown color: approx Dark Spring Green. HEX triplet: 21, 72 and 42. RGB value is (33,114,66). Sum of RGB (Red+Green+Blue) = 33+114+66=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 114 (44.92% from 255 or 53.52% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 114 - color contains mainly: green. Hex color #217242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217242 is #DE8DBD. Grayscale: #545454. Windows color (decimal): -14585278 or 4354593. OLE color: 4354593.

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

Color convert

RGB3311466-
CMYK0.7100.420.55
HSL144.44º55.1%28.82%-
HSV(B)144.44º71.05%44.71%-
XYZ7.6312.757.21-
YUV84.31117.6691.4-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.49%
GREEN value IS 114 (44.92% from 255) = 53.52%
BLUE value IS 66 (26.17% from 255) = 30.99%
R=15.49%
G=53.52%
B=30.99%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33114660.7100.420.55144.4455.128.82
Hex2172424702A3790371d
Octal41162102107052672206735
Binary10000111100101000010100011101010101101111001000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217242; }

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

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

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

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

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

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

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

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