Html Css Color HEX #217541 Dark Spring Green

📋 copy color: '#217541'

red 33 ◦ green 117 ◦ blue 65

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

Shades of Dark Spring Green #217541

Tints of Dark Spring Green #217541

RGB

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

 GREEN value IS 117 (46.09% from 255) = 54.42%

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

R = 15.35%
G = 54.42%
B = 30.23%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#217541 (or 0x217541) is known color: Dark Spring Green. HEX triplet: 21, 75 and 41. RGB value is (33,117,65). Sum of RGB (Red+Green+Blue) = 33+117+65=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 117 (46.09% from 255 or 54.42% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 117 - color contains mainly: green. Hex color #217541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217541 is #DE8ABE. Grayscale: #565656. Windows color (decimal): -14584511 or 4289825. OLE color: 4289825.

HSL color Cylindrical-coordinate representation of color #217541: hue angle of 142.86º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #217541 is Cyan = 0.72, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 117 65 -
CMYK 0.72 0 0.44 0.54
HSL 142.86º 0.56% 0.29% -
HSV(B) 142.86º 0.72% 0.46% -
XYZ 7.94 13.43 7.17 -
YUV 85.96 116.17 90.23 -
System Red Green Blue C M Y K H S L
Decimal 33 117 65 0.72 0 0.44 0.54 142.86 0.56 0.29
Hex 21 75 41 48 0 2C 36 8F 38 1D
Octal 41 165 101 110 0 54 66 217 70 35
Binary 100001 1110101 1000001 1001000 0 101100 110110 10001111 111000 11101

Color Harmonies of #217541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217541

Black with #217541

Text Example


Text Example

White with #217541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217541; }

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

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

background-color css

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

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

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

border-color css

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

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

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