Html Css Color HEX #20762A San Felix

📋 copy color: '#20762A'

red 32 ◦ green 118 ◦ blue 42

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

Shades of San Felix #20762A

Tints of San Felix #20762A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.88%

R = 16.67%
G = 61.46%
B = 21.88%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#20762A (or 0x20762A) is known color: San Felix. HEX triplet: 20, 76 and 2A. RGB value is (32,118,42). Sum of RGB (Red+Green+Blue) = 32+118+42=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 118 (46.48% from 255 or 61.46% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 118 - color contains mainly: green. Hex color #20762A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20762A is #DF89D5. Grayscale: #535353. Windows color (decimal): -14649814 or 2782752. OLE color: 2782752.

HSL color Cylindrical-coordinate representation of color #20762A: hue angle of 126.98º 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 #20762A is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 118 42 -
CMYK 0.73 0 0.64 0.54
HSL 126.98º 0.57% 0.29% -
HSV(B) 126.98º 0.73% 0.46% -
XYZ 7.49 13.43 4.39 -
YUV 83.62 104.51 91.18 -
System Red Green Blue C M Y K H S L
Decimal 32 118 42 0.73 0 0.64 0.54 126.98 0.57 0.29
Hex 20 76 2A 49 0 40 36 7F 39 1D
Octal 40 166 52 111 0 100 66 177 71 35
Binary 100000 1110110 101010 1001001 0 1000000 110110 1111111 111001 11101

Color Harmonies of #20762A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20762A

Black with #20762A

Text Example


Text Example

White with #20762A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20762A;
 }
 .AnyTagClassName
 {
   color: #20762A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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