#207728

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

Shades of San Felix #207728

Tints of San Felix #207728

Color information

#207728 (or 0x207728) is unknown color: approx San Felix. HEX triplet: 20, 77 and 28. RGB value is (32,119,40). Sum of RGB (Red+Green+Blue) = 32+119+40=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 119 (46.88% from 255 or 62.30% from 191); Blue value is 40 (16.02% from 255 or 20.94% from 191); Max value from RGB is 119 - color contains mainly: green. Hex color #207728 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207728 is #DF88D7. Grayscale: #545454. Windows color (decimal): -14649560 or 2651936. OLE color: 2651936.

HSL color Cylindrical-coordinate representation of color #207728: hue angle of 125.52º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #207728 is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB3211940-
CMYK0.7300.660.53
HSL125.52º57.62%29.61%-
HSV(B)125.52º73.11%46.67%-
XYZ7.5813.654.24-
YUV83.98103.1890.92-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.75%
GREEN value IS 119 (46.88% from 255) = 62.30%
BLUE value IS 40 (16.02% from 255) = 20.94%
R=16.75%
G=62.30%
B=20.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32119400.7300.660.53125.5257.6229.61
Hex20772849042357e3a1e
Octal40167501110102651767236
Binary1000001110111101000100100101000010110101111111011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207728; }

 p { color: rgb(32,119,40); }

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

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

 a { background-color: rgb(32,119,40); }

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

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

 span { border-color: rgb(32,119,40); }

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