#20744B

Color #20744B Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #20744B

Tints of Dark Spring Green #20744B

Color information

#20744B (or 0x20744B) is unknown color: approx Dark Spring Green. HEX triplet: 20, 74 and 4B. RGB value is (32,116,75). Sum of RGB (Red+Green+Blue) = 32+116+75=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 116 (45.70% from 255 or 52.02% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 116 - color contains mainly: green. Hex color #20744B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20744B is #DF8BB4. Grayscale: #565656. Windows color (decimal): -14650293 or 4944928. OLE color: 4944928.

HSL color Cylindrical-coordinate representation of color #20744B: hue angle of 150.71º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #20744B is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB3211675-
CMYK0.7200.350.55
HSL150.71º56.76%29.02%-
HSV(B)150.71º72.41%45.49%-
XYZ8.1113.318.8-
YUV86.21121.6789.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.35%
GREEN value IS 116 (45.70% from 255) = 52.02%
BLUE value IS 75 (29.69% from 255) = 33.63%
R=14.35%
G=52.02%
B=33.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32116750.7200.350.55150.7156.7629.02
Hex20744B480233797391d
Octal40164113110043672277135
Binary10000011101001001011100100001000111101111001011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20744B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20744B;
 }
 .AnyTagClassName
 {
   color: #20744B;
 }
</style>
background-color css

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

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

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

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

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

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