Html Css Color HEX #217342 Dark Spring Green

📋 copy color: '#217342'

red 33 ◦ green 115 ◦ blue 66

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

Shades of Dark Spring Green #217342

Tints of Dark Spring Green #217342

RGB

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

 GREEN value IS 115 (45.31% from 255) = 53.74%

 BLUE value IS 66 (26.17% from 255) = 30.84%

R = 15.42%
G = 53.74%
B = 30.84%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#217342 (or 0x217342) is known color: Dark Spring Green. HEX triplet: 21, 73 and 42. RGB value is (33,115,66). Sum of RGB (Red+Green+Blue) = 33+115+66=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 115 (45.31% from 255 or 53.74% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 115 - color contains mainly: green. Hex color #217342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217342 is #DE8CBD. Grayscale: #555555. Windows color (decimal): -14585022 or 4354849. OLE color: 4354849.

HSL color Cylindrical-coordinate representation of color #217342: hue angle of 144.15º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #217342 is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 115 66 -
CMYK 0.71 0 0.43 0.55
HSL 144.15º 0.55% 0.29% -
HSV(B) 144.15º 0.71% 0.45% -
XYZ 7.74 12.98 7.25 -
YUV 84.9 117.33 90.98 -
System Red Green Blue C M Y K H S L
Decimal 33 115 66 0.71 0 0.43 0.55 144.15 0.55 0.29
Hex 21 73 42 47 0 2B 37 90 37 1D
Octal 41 163 102 107 0 53 67 220 67 35
Binary 100001 1110011 1000010 1000111 0 101011 110111 10010000 110111 11101

Color Harmonies of #217342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217342

Black with #217342

Text Example


Text Example

White with #217342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217342; }

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

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

background-color css

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

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

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

border-color css

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

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

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