#20792D

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

Shades of San Felix #20792D

Tints of San Felix #20792D

Color information

#20792D (or 0x20792D) is unknown color: approx San Felix. HEX triplet: 20, 79 and 2D. RGB value is (32,121,45). Sum of RGB (Red+Green+Blue) = 32+121+45=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 121 (47.66% from 255 or 61.11% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 121 - color contains mainly: green. Hex color #20792D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20792D is #DF86D2. Grayscale: #555555. Windows color (decimal): -14649043 or 2980128. OLE color: 2980128.

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

Color convert

RGB3212145-
CMYK0.7400.630.53
HSL128.76º58.17%30%-
HSV(B)128.76º73.55%47.45%-
XYZ7.9114.174.8-
YUV85.72105.0189.68-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.16%
GREEN value IS 121 (47.66% from 255) = 61.11%
BLUE value IS 45 (17.97% from 255) = 22.73%
R=16.16%
G=61.11%
B=22.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32121450.7400.630.53128.7658.1730
Hex20792D4A03F35813a1e
Octal4017155112077652017236
Binary1000001111001101101100101001111111101011000000111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20792D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20792D; }

 p { color: rgb(32,121,45); }

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

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

 a { background-color: rgb(32,121,45); }

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

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

 span { border-color: rgb(32,121,45); }

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