#20672A

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

Shades of San Felix #20672A

Tints of San Felix #20672A

Color information

#20672A (or 0x20672A) is unknown color: approx San Felix. HEX triplet: 20, 67 and 2A. RGB value is (32,103,42). Sum of RGB (Red+Green+Blue) = 32+103+42=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 103 (40.62% from 255 or 58.19% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 103 - color contains mainly: green. Hex color #20672A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20672A is #DF98D5. Grayscale: #4A4A4A. Windows color (decimal): -14653654 or 2778912. OLE color: 2778912.

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

Color convert

RGB3210342-
CMYK0.6900.590.60
HSL128.45º52.59%26.47%-
HSV(B)128.45º68.93%40.39%-
XYZ5.8610.173.85-
YUV74.82109.4897.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.08%
GREEN value IS 103 (40.62% from 255) = 58.19%
BLUE value IS 42 (16.80% from 255) = 23.73%
R=18.08%
G=58.19%
B=23.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal32103420.6900.590.60128.4552.5926.47
Hex20672A4503B3C80351a
Octal4014752105073742006532
Binary1000001100111101010100010101110111111001000000011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20672A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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