Html Css Color HEX #20704B Dark Spring Green

📋 copy color: '#20704B'

red 32 ◦ green 112 ◦ blue 75

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

Shades of Dark Spring Green #20704B

Tints of Dark Spring Green #20704B

RGB

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

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

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

R = 14.61%
G = 51.14%
B = 34.25%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#20704B (or 0x20704B) is known color: Dark Spring Green. HEX triplet: 20, 70 and 4B. RGB value is (32,112,75). Sum of RGB (Red+Green+Blue) = 32+112+75=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 112 (44.14% from 255 or 51.14% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 112 - color contains mainly: green. Hex color #20704B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20704B is #DF8FB4. Grayscale: #535353. Windows color (decimal): -14651317 or 4943904. OLE color: 4943904.

HSL color Cylindrical-coordinate representation of color #20704B: hue angle of 152.25º degrees, saturation: 0.56, 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 #20704B is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 112 75 -
CMYK 0.71 0 0.33 0.56
HSL 152.25º 0.56% 0.28% -
HSV(B) 152.25º 0.71% 0.44% -
XYZ 7.66 12.4 8.65 -
YUV 83.86 123 91.01 -
System Red Green Blue C M Y K H S L
Decimal 32 112 75 0.71 0 0.33 0.56 152.25 0.56 0.28
Hex 20 70 4B 47 0 21 38 98 38 1C
Octal 40 160 113 107 0 41 70 230 70 34
Binary 100000 1110000 1001011 1000111 0 100001 111000 10011000 111000 11100

Color Harmonies of #20704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20704B

Black with #20704B

Text Example


Text Example

White with #20704B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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