Html Css Color HEX #217F41 Dark Spring Green

📋 copy color: '#217F41'

red 33 ◦ green 127 ◦ blue 65

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

Shades of Dark Spring Green #217F41

Tints of Dark Spring Green #217F41

RGB

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

 GREEN value IS 127 (50% from 255) = 56.44%

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

R = 14.67%
G = 56.44%
B = 28.89%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#217F41 (or 0x217F41) is known color: Dark Spring Green. HEX triplet: 21, 7F and 41. RGB value is (33,127,65). Sum of RGB (Red+Green+Blue) = 33+127+65=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 127 (50% from 255 or 56.44% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 127 - color contains mainly: green. Hex color #217F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217F41 is #DE80BE. Grayscale: #5B5B5B. Windows color (decimal): -14581951 or 4292385. OLE color: 4292385.

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

Color convert

RGB 33 127 65 -
CMYK 0.74 0 0.49 0.50
HSL 140.43º 0.59% 0.31% -
HSV(B) 140.43º 0.74% 0.5% -
XYZ 9.17 15.88 7.58 -
YUV 91.83 112.86 86.04 -
System Red Green Blue C M Y K H S L
Decimal 33 127 65 0.74 0 0.49 0.50 140.43 0.59 0.31
Hex 21 7F 41 4A 0 31 32 8C 3B 1F
Octal 41 177 101 112 0 61 62 214 73 37
Binary 100001 1111111 1000001 1001010 0 110001 110010 10001100 111011 11111

Color Harmonies of #217F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217F41

Black with #217F41

Text Example


Text Example

White with #217F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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