Html Css Color HEX #21704D Dark Spring Green

📋 copy color: '#21704D'

red 33 ◦ green 112 ◦ blue 77

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

Shades of Dark Spring Green #21704D

Tints of Dark Spring Green #21704D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 50.45%

 BLUE value IS 77 (30.47% from 255) = 34.68%

R = 14.86%
G = 50.45%
B = 34.68%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#21704D (or 0x21704D) is known color: Dark Spring Green. HEX triplet: 21, 70 and 4D. RGB value is (33,112,77). Sum of RGB (Red+Green+Blue) = 33+112+77=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 112 (44.14% from 255 or 50.45% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 112 - color contains mainly: green. Hex color #21704D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21704D is #DE8FB2. Grayscale: #545454. Windows color (decimal): -14585779 or 5074977. OLE color: 5074977.

HSL color Cylindrical-coordinate representation of color #21704D: hue angle of 153.42º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #21704D is Cyan = 0.71, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 33 112 77 -
CMYK 0.71 0 0.31 0.56
HSL 153.42º 0.54% 0.28% -
HSV(B) 153.42º 0.71% 0.44% -
XYZ 7.76 12.45 9.01 -
YUV 84.39 123.83 91.35 -
System Red Green Blue C M Y K H S L
Decimal 33 112 77 0.71 0 0.31 0.56 153.42 0.54 0.28
Hex 21 70 4D 47 0 1F 38 99 36 1C
Octal 41 160 115 107 0 37 70 231 66 34
Binary 100001 1110000 1001101 1000111 0 11111 111000 10011001 110110 11100

Color Harmonies of #21704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21704D

Black with #21704D

Text Example


Text Example

White with #21704D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21704D; }

 p { color: rgb(33,112,77); }

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

background-color css

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

 a { background-color: rgb(33,112,77); }

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

border-color css

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

 span { border-color: rgb(33,112,77); }

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