Html Css Color HEX #217145 Dark Spring Green

📋 copy color: '#217145'

red 33 ◦ green 113 ◦ blue 69

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

Shades of Dark Spring Green #217145

Tints of Dark Spring Green #217145

RGB

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

 GREEN value IS 113 (44.53% from 255) = 52.56%

 BLUE value IS 69 (27.34% from 255) = 32.09%

R = 15.35%
G = 52.56%
B = 32.09%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#217145 (or 0x217145) is known color: Dark Spring Green. HEX triplet: 21, 71 and 45. RGB value is (33,113,69). Sum of RGB (Red+Green+Blue) = 33+113+69=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 113 (44.53% from 255 or 52.56% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 113 - color contains mainly: green. Hex color #217145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217145 is #DE8EBA. Grayscale: #545454. Windows color (decimal): -14585531 or 4550945. OLE color: 4550945.

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

Color convert

RGB 33 113 69 -
CMYK 0.71 0 0.39 0.56
HSL 147º 0.55% 0.29% -
HSV(B) 147º 0.71% 0.44% -
XYZ 7.61 12.56 7.65 -
YUV 84.06 119.5 91.58 -
System Red Green Blue C M Y K H S L
Decimal 33 113 69 0.71 0 0.39 0.56 147 0.55 0.29
Hex 21 71 45 47 0 27 38 93 37 1D
Octal 41 161 105 107 0 47 70 223 67 35
Binary 100001 1110001 1000101 1000111 0 100111 111000 10010011 110111 11101

Color Harmonies of #217145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217145

Black with #217145

Text Example


Text Example

White with #217145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217145; }

 p { color: rgb(33,113,69); }

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

background-color css

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

 a { background-color: rgb(33,113,69); }

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

border-color css

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

 span { border-color: rgb(33,113,69); }

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