Html Css Color HEX #20752A San Felix

📋 copy color: '#20752A'

red 32 ◦ green 117 ◦ blue 42

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

Shades of San Felix #20752A

Tints of San Felix #20752A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 61.26%

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

R = 16.75%
G = 61.26%
B = 21.99%

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

#20752A (or 0x20752A) is known color: San Felix. HEX triplet: 20, 75 and 2A. RGB value is (32,117,42). Sum of RGB (Red+Green+Blue) = 32+117+42=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 117 (46.09% from 255 or 61.26% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 117 - color contains mainly: green. Hex color #20752A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20752A is #DF8AD5. Grayscale: #535353. Windows color (decimal): -14650070 or 2782496. OLE color: 2782496.

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

Color convert

RGB 32 117 42 -
CMYK 0.73 0 0.64 0.54
HSL 127.06º 0.57% 0.29% -
HSV(B) 127.06º 0.73% 0.46% -
XYZ 7.37 13.2 4.35 -
YUV 83.04 104.84 91.6 -
System Red Green Blue C M Y K H S L
Decimal 32 117 42 0.73 0 0.64 0.54 127.06 0.57 0.29
Hex 20 75 2A 49 0 40 36 7F 39 1D
Octal 40 165 52 111 0 100 66 177 71 35
Binary 100000 1110101 101010 1001001 0 1000000 110110 1111111 111001 11101

Color Harmonies of #20752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20752A

Black with #20752A

Text Example


Text Example

White with #20752A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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