#20722D

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

Shades of San Felix #20722D

Tints of San Felix #20722D

Color information

#20722D (or 0x20722D) is unknown color: approx San Felix. HEX triplet: 20, 72 and 2D. RGB value is (32,114,45). Sum of RGB (Red+Green+Blue) = 32+114+45=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 114 (44.92% from 255 or 59.69% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 114 - color contains mainly: green. Hex color #20722D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20722D is #DF8DD2. Grayscale: #515151. Windows color (decimal): -14650835 or 2978336. OLE color: 2978336.

HSL color Cylindrical-coordinate representation of color #20722D: hue angle of 129.51º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #20722D is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB3211445-
CMYK0.7200.610.55
HSL129.51º56.16%28.63%-
HSV(B)129.51º71.93%44.71%-
XYZ7.0912.534.53-
YUV81.62107.3392.61-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.75%
GREEN value IS 114 (44.92% from 255) = 59.69%
BLUE value IS 45 (17.97% from 255) = 23.56%
R=16.75%
G=59.69%
B=23.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32114450.7200.610.55129.5156.1628.63
Hex20722D4803D3782381d
Octal4016255110075672027035
Binary1000001110010101101100100001111011101111000001011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20722D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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