Html Css Color HEX #217245 Dark Spring Green

📋 copy color: '#217245'

red 33 ◦ green 114 ◦ blue 69

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

Shades of Dark Spring Green #217245

Tints of Dark Spring Green #217245

RGB

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

 GREEN value IS 114 (44.92% from 255) = 52.78%

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

R = 15.28%
G = 52.78%
B = 31.94%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#217245 (or 0x217245) is known color: Dark Spring Green. HEX triplet: 21, 72 and 45. RGB value is (33,114,69). Sum of RGB (Red+Green+Blue) = 33+114+69=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 114 (44.92% from 255 or 52.78% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 114 - color contains mainly: green. Hex color #217245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217245 is #DE8DBA. Grayscale: #545454. Windows color (decimal): -14585275 or 4551201. OLE color: 4551201.

HSL color Cylindrical-coordinate representation of color #217245: hue angle of 146.67º 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 #217245 is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 114 69 -
CMYK 0.71 0 0.39 0.55
HSL 146.67º 0.55% 0.29% -
HSV(B) 146.67º 0.71% 0.45% -
XYZ 7.72 12.79 7.69 -
YUV 84.65 119.16 91.16 -
System Red Green Blue C M Y K H S L
Decimal 33 114 69 0.71 0 0.39 0.55 146.67 0.55 0.29
Hex 21 72 45 47 0 27 37 93 37 1D
Octal 41 162 105 107 0 47 67 223 67 35
Binary 100001 1110010 1000101 1000111 0 100111 110111 10010011 110111 11101

Color Harmonies of #217245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217245

Black with #217245

Text Example


Text Example

White with #217245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217245; }

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

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

background-color css

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

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

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

border-color css

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

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

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