Html Css Color HEX #217C41 Dark Spring Green

📋 copy color: '#217C41'

red 33 ◦ green 124 ◦ blue 65

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

Shades of Dark Spring Green #217C41

Tints of Dark Spring Green #217C41

RGB

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

 GREEN value IS 124 (48.83% from 255) = 55.86%

 BLUE value IS 65 (25.78% from 255) = 29.28%

R = 14.86%
G = 55.86%
B = 29.28%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#217C41 (or 0x217C41) is known color: Dark Spring Green. HEX triplet: 21, 7C and 41. RGB value is (33,124,65). Sum of RGB (Red+Green+Blue) = 33+124+65=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 124 (48.83% from 255 or 55.86% from 222); Blue value is 65 (25.78% from 255 or 29.28% from 222); Max value from RGB is 124 - color contains mainly: green. Hex color #217C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217C41 is #DE83BE. Grayscale: #5A5A5A. Windows color (decimal): -14582719 or 4291617. OLE color: 4291617.

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

Color convert

RGB 33 124 65 -
CMYK 0.73 0 0.48 0.51
HSL 141.1º 0.58% 0.31% -
HSV(B) 141.1º 0.73% 0.49% -
XYZ 8.79 15.12 7.46 -
YUV 90.07 113.85 87.3 -
System Red Green Blue C M Y K H S L
Decimal 33 124 65 0.73 0 0.48 0.51 141.1 0.58 0.31
Hex 21 7C 41 49 0 30 33 8D 3A 1F
Octal 41 174 101 111 0 60 63 215 72 37
Binary 100001 1111100 1000001 1001001 0 110000 110011 10001101 111010 11111

Color Harmonies of #217C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217C41

Black with #217C41

Text Example


Text Example

White with #217C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,124,65); }

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

background-color css

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

 a { background-color: rgb(33,124,65); }

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

border-color css

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

 span { border-color: rgb(33,124,65); }

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