Html Css Color HEX #20714A Dark Spring Green

📋 copy color: '#20714A'

red 32 ◦ green 113 ◦ blue 74

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

Shades of Dark Spring Green #20714A

Tints of Dark Spring Green #20714A

RGB

 RED value IS 32 (12.89% from 255) = 14.61%

 GREEN value IS 113 (44.53% from 255) = 51.6%

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

R = 14.61%
G = 51.6%
B = 33.79%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#20714A (or 0x20714A) is known color: Dark Spring Green. HEX triplet: 20, 71 and 4A. RGB value is (32,113,74). Sum of RGB (Red+Green+Blue) = 32+113+74=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 113 (44.53% from 255 or 51.60% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 113 - color contains mainly: green. Hex color #20714A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20714A is #DF8EB5. Grayscale: #545454. Windows color (decimal): -14651062 or 4878624. OLE color: 4878624.

HSL color Cylindrical-coordinate representation of color #20714A: hue angle of 151.11º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #20714A is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 113 74 -
CMYK 0.72 0 0.35 0.56
HSL 151.11º 0.56% 0.28% -
HSV(B) 151.11º 0.72% 0.44% -
XYZ 7.74 12.61 8.51 -
YUV 84.34 122.16 90.67 -
System Red Green Blue C M Y K H S L
Decimal 32 113 74 0.72 0 0.35 0.56 151.11 0.56 0.28
Hex 20 71 4A 48 0 23 38 97 38 1C
Octal 40 161 112 110 0 43 70 227 70 34
Binary 100000 1110001 1001010 1001000 0 100011 111000 10010111 111000 11100

Color Harmonies of #20714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20714A

Black with #20714A

Text Example


Text Example

White with #20714A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,113,74); }

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

background-color css

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

 a { background-color: rgb(32,113,74); }

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

border-color css

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

 span { border-color: rgb(32,113,74); }

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