#20742F

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

Shades of San Felix #20742F

Tints of San Felix #20742F

Color information

#20742F (or 0x20742F) is unknown color: approx San Felix. HEX triplet: 20, 74 and 2F. RGB value is (32,116,47). Sum of RGB (Red+Green+Blue) = 32+116+47=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 116 (45.70% from 255 or 59.49% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 116 - color contains mainly: green. Hex color #20742F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20742F is #DF8BD0. Grayscale: #535353. Windows color (decimal): -14650321 or 3109920. OLE color: 3109920.

HSL color Cylindrical-coordinate representation of color #20742F: hue angle of 130.71º degrees, saturation: 0.57, 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 #20742F is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB3211647-
CMYK0.7200.590.55
HSL130.71º56.76%29.02%-
HSV(B)130.71º72.41%45.49%-
XYZ7.35134.81-
YUV83.02107.6791.61-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.41%
GREEN value IS 116 (45.70% from 255) = 59.49%
BLUE value IS 47 (18.75% from 255) = 24.10%
R=16.41%
G=59.49%
B=24.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32116470.7200.590.55130.7156.7629.02
Hex20742F4803B3783391d
Octal4016457110073672037135
Binary1000001110100101111100100001110111101111000001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20742F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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