Html Css Color HEX #216F47 Dark Spring Green

📋 copy color: '#216F47'

red 33 ◦ green 111 ◦ blue 71

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

Shades of Dark Spring Green #216F47

Tints of Dark Spring Green #216F47

RGB

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

 GREEN value IS 111 (43.75% from 255) = 51.63%

 BLUE value IS 71 (28.13% from 255) = 33.02%

R = 15.35%
G = 51.63%
B = 33.02%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#216F47 (or 0x216F47) is known color: Dark Spring Green. HEX triplet: 21, 6F and 47. RGB value is (33,111,71). Sum of RGB (Red+Green+Blue) = 33+111+71=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 111 (43.75% from 255 or 51.63% from 215); Blue value is 71 (28.12% from 255 or 33.02% from 215); Max value from RGB is 111 - color contains mainly: green. Hex color #216F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216F47 is #DE90B8. Grayscale: #535353. Windows color (decimal): -14586041 or 4681505. OLE color: 4681505.

HSL color Cylindrical-coordinate representation of color #216F47: hue angle of 149.23º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #216F47 is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 33 111 71 -
CMYK 0.70 0 0.36 0.56
HSL 149.23º 0.54% 0.28% -
HSV(B) 149.23º 0.7% 0.44% -
XYZ 7.45 12.15 7.91 -
YUV 83.12 121.16 92.25 -
System Red Green Blue C M Y K H S L
Decimal 33 111 71 0.70 0 0.36 0.56 149.23 0.54 0.28
Hex 21 6F 47 46 0 24 38 95 36 1C
Octal 41 157 107 106 0 44 70 225 66 34
Binary 100001 1101111 1000111 1000110 0 100100 111000 10010101 110110 11100

Color Harmonies of #216F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216F47

Black with #216F47

Text Example


Text Example

White with #216F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216F47; }

 p { color: rgb(33,111,71); }

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

background-color css

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

 a { background-color: rgb(33,111,71); }

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

border-color css

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

 span { border-color: rgb(33,111,71); }

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