#20712A

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

Shades of San Felix #20712A

Tints of San Felix #20712A

Color information

#20712A (or 0x20712A) is unknown color: approx San Felix. HEX triplet: 20, 71 and 2A. RGB value is (32,113,42). Sum of RGB (Red+Green+Blue) = 32+113+42=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 113 (44.53% from 255 or 60.43% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 113 - color contains mainly: green. Hex color #20712A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20712A is #DF8ED5. Grayscale: #505050. Windows color (decimal): -14651094 or 2781472. OLE color: 2781472.

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

Color convert

RGB3211342-
CMYK0.7200.630.56
HSL127.41º55.86%28.43%-
HSV(B)127.41º71.68%44.31%-
XYZ6.9212.284.2-
YUV80.69106.1693.27-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.11%
GREEN value IS 113 (44.53% from 255) = 60.43%
BLUE value IS 42 (16.80% from 255) = 22.46%
R=17.11%
G=60.43%
B=22.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32113420.7200.630.56127.4155.8628.43
Hex20712A4803F387f381c
Octal4016152110077701777034
Binary100000111000110101010010000111111111000111111111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20712A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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