Html Css Color HEX #217948 Dark Spring Green

📋 copy color: '#217948'

red 33 ◦ green 121 ◦ blue 72

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

Shades of Dark Spring Green #217948

Tints of Dark Spring Green #217948

RGB

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

 GREEN value IS 121 (47.66% from 255) = 53.54%

 BLUE value IS 72 (28.52% from 255) = 31.86%

R = 14.6%
G = 53.54%
B = 31.86%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#217948 (or 0x217948) is known color: Dark Spring Green. HEX triplet: 21, 79 and 48. RGB value is (33,121,72). Sum of RGB (Red+Green+Blue) = 33+121+72=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 121 (47.66% from 255 or 53.54% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 121 - color contains mainly: green. Hex color #217948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217948 is #DE86B7. Grayscale: #595959. Windows color (decimal): -14583480 or 4749601. OLE color: 4749601.

HSL color Cylindrical-coordinate representation of color #217948: hue angle of 146.59º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217948 is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 121 72 -
CMYK 0.73 0 0.40 0.53
HSL 146.59º 0.57% 0.3% -
HSV(B) 146.59º 0.73% 0.47% -
XYZ 8.63 14.47 8.47 -
YUV 89.1 118.35 87.98 -
System Red Green Blue C M Y K H S L
Decimal 33 121 72 0.73 0 0.40 0.53 146.59 0.57 0.3
Hex 21 79 48 49 0 28 35 93 39 1E
Octal 41 171 110 111 0 50 65 223 71 36
Binary 100001 1111001 1001000 1001001 0 101000 110101 10010011 111001 11110

Color Harmonies of #217948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217948

Black with #217948

Text Example


Text Example

White with #217948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217948; }

 p { color: rgb(33,121,72); }

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

background-color css

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

 a { background-color: rgb(33,121,72); }

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

border-color css

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

 span { border-color: rgb(33,121,72); }

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