#20762F

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

Shades of San Felix #20762F

Tints of San Felix #20762F

Color information

#20762F (or 0x20762F) is unknown color: approx San Felix. HEX triplet: 20, 76 and 2F. RGB value is (32,118,47). Sum of RGB (Red+Green+Blue) = 32+118+47=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 118 (46.48% from 255 or 59.90% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 118 - color contains mainly: green. Hex color #20762F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20762F is #DF89D0. Grayscale: #545454. Windows color (decimal): -14649809 or 3110432. OLE color: 3110432.

HSL color Cylindrical-coordinate representation of color #20762F: hue angle of 130.47º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20762F is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB3211847-
CMYK0.7300.600.54
HSL130.47º57.33%29.41%-
HSV(B)130.47º72.88%46.27%-
XYZ7.5913.474.89-
YUV84.19107.0190.77-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.24%
GREEN value IS 118 (46.48% from 255) = 59.90%
BLUE value IS 47 (18.75% from 255) = 23.86%
R=16.24%
G=59.90%
B=23.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32118470.7300.600.54130.4757.3329.41
Hex20762F4903C3682391d
Octal4016657111074662027135
Binary1000001110110101111100100101111001101101000001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20762F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20762F; }

 p { color: rgb(32,118,47); }

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

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

 a { background-color: rgb(32,118,47); }

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

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

 span { border-color: rgb(32,118,47); }

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