#20702A

Color #20702A San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #20702A

Tints of San Felix #20702A

Color information

#20702A (or 0x20702A) is unknown color: approx San Felix. HEX triplet: 20, 70 and 2A. RGB value is (32,112,42). Sum of RGB (Red+Green+Blue) = 32+112+42=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 112 (44.14% from 255 or 60.22% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 112 - color contains mainly: green. Hex color #20702A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20702A is #DF8FD5. Grayscale: #505050. Windows color (decimal): -14651350 or 2781216. OLE color: 2781216.

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

Color convert

RGB3211242-
CMYK0.7100.620.56
HSL127.5º55.56%28.24%-
HSV(B)127.5º71.43%43.92%-
XYZ6.8112.064.16-
YUV80.1106.593.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.20%
GREEN value IS 112 (44.14% from 255) = 60.22%
BLUE value IS 42 (16.80% from 255) = 22.58%
R=17.20%
G=60.22%
B=22.58%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32112420.7100.620.56127.555.5628.24
Hex20702A4703E3880381c
Octal4016052107076702007034
Binary1000001110000101010100011101111101110001000000011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20702A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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