#20712E

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

Shades of San Felix #20712E

Tints of San Felix #20712E

Color information

#20712E (or 0x20712E) is unknown color: approx San Felix. HEX triplet: 20, 71 and 2E. RGB value is (32,113,46). Sum of RGB (Red+Green+Blue) = 32+113+46=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 113 (44.53% from 255 or 59.16% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 113 - color contains mainly: green. Hex color #20712E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20712E is #DF8ED1. Grayscale: #515151. Windows color (decimal): -14651090 or 3043616. OLE color: 3043616.

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

Color convert

RGB3211346-
CMYK0.7200.590.56
HSL130.37º55.86%28.43%-
HSV(B)130.37º71.68%44.31%-
XYZ6.9912.314.59-
YUV81.14108.1692.95-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.75%
GREEN value IS 113 (44.53% from 255) = 59.16%
BLUE value IS 46 (18.36% from 255) = 24.08%
R=16.75%
G=59.16%
B=24.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32113460.7200.590.56130.3755.8628.43
Hex20712E4803B3882381c
Octal4016156110073702027034
Binary1000001110001101110100100001110111110001000001011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20712E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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