Html Css Color HEX #20752C San Felix

📋 copy color: '#20752C'

red 32 ◦ green 117 ◦ blue 44

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

Shades of San Felix #20752C

Tints of San Felix #20752C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.8%

R = 16.58%
G = 60.62%
B = 22.8%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#20752C (or 0x20752C) is known color: San Felix. HEX triplet: 20, 75 and 2C. RGB value is (32,117,44). Sum of RGB (Red+Green+Blue) = 32+117+44=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 117 (46.09% from 255 or 60.62% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 117 - color contains mainly: green. Hex color #20752C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20752C is #DF8AD3. Grayscale: #535353. Windows color (decimal): -14650068 or 2913568. OLE color: 2913568.

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

Color convert

RGB 32 117 44 -
CMYK 0.73 0 0.62 0.54
HSL 128.47º 0.57% 0.29% -
HSV(B) 128.47º 0.73% 0.46% -
XYZ 7.41 13.21 4.54 -
YUV 83.26 105.84 91.44 -
System Red Green Blue C M Y K H S L
Decimal 32 117 44 0.73 0 0.62 0.54 128.47 0.57 0.29
Hex 20 75 2C 49 0 3E 36 80 39 1D
Octal 40 165 54 111 0 76 66 200 71 35
Binary 100000 1110101 101100 1001001 0 111110 110110 10000000 111001 11101

Color Harmonies of #20752C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20752C

Black with #20752C

Text Example


Text Example

White with #20752C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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