Html Css Color HEX #20762F San Felix

📋 copy color: '#20762F'

red 32 ◦ green 118 ◦ blue 47

#20762F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Felix #20762F

Tints of San Felix #20762F

RGB

 RED value IS 32 (12.89% from 255) = 16.24%

 GREEN value IS 118 (46.48% from 255) = 59.9%

 BLUE value IS 47 (18.75% from 255) = 23.86%

R = 16.24%
G = 59.9%
B = 23.86%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#20762F (or 0x20762F) is known color: 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

RGB 32 118 47 -
CMYK 0.73 0 0.60 0.54
HSL 130.47º 0.57% 0.29% -
HSV(B) 130.47º 0.73% 0.46% -
XYZ 7.59 13.47 4.89 -
YUV 84.19 107.01 90.77 -
System Red Green Blue C M Y K H S L
Decimal 32 118 47 0.73 0 0.60 0.54 130.47 0.57 0.29
Hex 20 76 2F 49 0 3C 36 82 39 1D
Octal 40 166 57 111 0 74 66 202 71 35
Binary 100000 1110110 101111 1001001 0 111100 110110 10000010 111001 11101

Color Harmonies of #20762F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20762F

Black with #20762F

Text Example


Text Example

White with #20762F

Text Example


Text Example

HTML Codes & Css Web 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>