Html Css Color HEX #21704A Dark Spring Green

📋 copy color: '#21704A'

red 33 ◦ green 112 ◦ blue 74

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

Shades of Dark Spring Green #21704A

Tints of Dark Spring Green #21704A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 33.79%

R = 15.07%
G = 51.14%
B = 33.79%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#21704A (or 0x21704A) is known color: Dark Spring Green. HEX triplet: 21, 70 and 4A. RGB value is (33,112,74). Sum of RGB (Red+Green+Blue) = 33+112+74=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 112 (44.14% from 255 or 51.14% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 112 - color contains mainly: green. Hex color #21704A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21704A is #DE8FB5. Grayscale: #545454. Windows color (decimal): -14585782 or 4878369. OLE color: 4878369.

HSL color Cylindrical-coordinate representation of color #21704A: hue angle of 151.14º 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 #21704A is Cyan = 0.71, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 33 112 74 -
CMYK 0.71 0 0.34 0.56
HSL 151.14º 0.54% 0.28% -
HSV(B) 151.14º 0.71% 0.44% -
XYZ 7.66 12.41 8.47 -
YUV 84.05 122.33 91.59 -
System Red Green Blue C M Y K H S L
Decimal 33 112 74 0.71 0 0.34 0.56 151.14 0.54 0.28
Hex 21 70 4A 47 0 22 38 97 36 1C
Octal 41 160 112 107 0 42 70 227 66 34
Binary 100001 1110000 1001010 1000111 0 100010 111000 10010111 110110 11100

Color Harmonies of #21704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21704A

Black with #21704A

Text Example


Text Example

White with #21704A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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