#217942

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

Shades of Dark Spring Green #217942

Tints of Dark Spring Green #217942

Color information

#217942 (or 0x217942) is unknown color: approx Dark Spring Green. HEX triplet: 21, 79 and 42. RGB value is (33,121,66). Sum of RGB (Red+Green+Blue) = 33+121+66=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 121 (47.66% from 255 or 55% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 121 - color contains mainly: green. Hex color #217942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217942 is #DE86BD. Grayscale: #585858. Windows color (decimal): -14583486 or 4356385. OLE color: 4356385.

HSL color Cylindrical-coordinate representation of color #217942: hue angle of 142.5º 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 #217942 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB3312166-
CMYK0.7300.450.53
HSL142.5º57.14%30.2%-
HSV(B)142.5º72.73%47.45%-
XYZ8.4514.397.49-
YUV88.42115.3588.47-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15%
GREEN value IS 121 (47.66% from 255) = 55%
BLUE value IS 66 (26.17% from 255) = 30%
R=15%
G=55%
B=30%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33121660.7300.450.53142.557.1430.2
Hex2179424902D358e391e
Octal41171102111055652167136
Binary10000111110011000010100100101011011101011000111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217942; }

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

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

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

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

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

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

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

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