Html Css Color HEX #20714B Dark Spring Green

📋 copy color: '#20714B'

red 32 ◦ green 113 ◦ blue 75

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

Shades of Dark Spring Green #20714B

Tints of Dark Spring Green #20714B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 34.09%

R = 14.55%
G = 51.36%
B = 34.09%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#20714B (or 0x20714B) is known color: Dark Spring Green. HEX triplet: 20, 71 and 4B. RGB value is (32,113,75). Sum of RGB (Red+Green+Blue) = 32+113+75=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 113 (44.53% from 255 or 51.36% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 113 - color contains mainly: green. Hex color #20714B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20714B is #DF8EB4. Grayscale: #545454. Windows color (decimal): -14651061 or 4944160. OLE color: 4944160.

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

Color convert

RGB 32 113 75 -
CMYK 0.72 0 0.34 0.56
HSL 151.85º 0.56% 0.28% -
HSV(B) 151.85º 0.72% 0.44% -
XYZ 7.77 12.63 8.68 -
YUV 84.45 122.66 90.59 -
System Red Green Blue C M Y K H S L
Decimal 32 113 75 0.72 0 0.34 0.56 151.85 0.56 0.28
Hex 20 71 4B 48 0 22 38 98 38 1C
Octal 40 161 113 110 0 42 70 230 70 34
Binary 100000 1110001 1001011 1001000 0 100010 111000 10011000 111000 11100

Color Harmonies of #20714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20714B

Black with #20714B

Text Example


Text Example

White with #20714B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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