#20671E

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

Shades of San Felix #20671E

Tints of San Felix #20671E

Color information

#20671E (or 0x20671E) is unknown color: approx San Felix. HEX triplet: 20, 67 and 1E. RGB value is (32,103,30). Sum of RGB (Red+Green+Blue) = 32+103+30=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 103 (40.62% from 255 or 62.42% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 103 - color contains mainly: green. Hex color #20671E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20671E is #DF98E1. Grayscale: #494949. Windows color (decimal): -14653666 or 1992480. OLE color: 1992480.

HSL color Cylindrical-coordinate representation of color #20671E: hue angle of 118.36º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20671E is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.60.

Color convert

RGB3210330-
CMYK0.6900.710.60
HSL118.36º54.89%26.08%-
HSV(B)118.36º70.87%40.39%-
XYZ5.6810.12.88-
YUV73.45103.4898.44-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.39%
GREEN value IS 103 (40.62% from 255) = 62.42%
BLUE value IS 30 (12.11% from 255) = 18.18%
R=19.39%
G=62.42%
B=18.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal32103300.6900.710.60118.3654.8926.08
Hex20671E450473C76371a
Octal40147361050107741666732
Binary100000110011111110100010101000111111100111011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20671E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,103,30); }

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

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

 a { background-color: rgb(32,103,30); }

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

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

 span { border-color: rgb(32,103,30); }

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