Html Css Color HEX #217D40 Dark Spring Green

📋 copy color: '#217D40'

red 33 ◦ green 125 ◦ blue 64

#217D40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Spring Green #217D40

Tints of Dark Spring Green #217D40

RGB

 RED value IS 33 (13.28% from 255) = 14.86%

 GREEN value IS 125 (49.22% from 255) = 56.31%

 BLUE value IS 64 (25.39% from 255) = 28.83%

R = 14.86%
G = 56.31%
B = 28.83%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#217D40 (or 0x217D40) is known color: Dark Spring Green. HEX triplet: 21, 7D and 40. RGB value is (33,125,64). Sum of RGB (Red+Green+Blue) = 33+125+64=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 125 (49.22% from 255 or 56.31% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 125 - color contains mainly: green. Hex color #217D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217D40 is #DE82BF. Grayscale: #5A5A5A. Windows color (decimal): -14582464 or 4226337. OLE color: 4226337.

HSL color Cylindrical-coordinate representation of color #217D40: hue angle of 140.22º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217D40 is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 125 64 -
CMYK 0.74 0 0.49 0.51
HSL 140.22º 0.58% 0.31% -
HSV(B) 140.22º 0.74% 0.49% -
XYZ 8.89 15.36 7.35 -
YUV 90.54 113.02 86.96 -
System Red Green Blue C M Y K H S L
Decimal 33 125 64 0.74 0 0.49 0.51 140.22 0.58 0.31
Hex 21 7D 40 4A 0 31 33 8C 3A 1F
Octal 41 175 100 112 0 61 63 214 72 37
Binary 100001 1111101 1000000 1001010 0 110001 110011 10001100 111010 11111

Color Harmonies of #217D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217D40

Black with #217D40

Text Example


Text Example

White with #217D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217D40; }

 p { color: rgb(33,125,64); }

 H1.HeaderClassName
 {
   color: #217D40;
 }
 .AnyTagClassName
 {
   color: #217D40;
 }
</style>

background-color css

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

 a { background-color: rgb(33,125,64); }

 div.DivClassName
 {
   background-color: #217D40;
 }
 .BgClassName
 {
   background-color: #217D40;
 }
</style>

border-color css

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

 span { border-color: rgb(33,125,64); }

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