Html Css Color HEX #20752F San Felix

📋 copy color: '#20752F'

red 32 ◦ green 117 ◦ blue 47

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

Shades of San Felix #20752F

Tints of San Felix #20752F

RGB

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

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

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

R = 16.33%
G = 59.69%
B = 23.98%

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

#20752F (or 0x20752F) is known color: San Felix. HEX triplet: 20, 75 and 2F. RGB value is (32,117,47). Sum of RGB (Red+Green+Blue) = 32+117+47=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 117 (46.09% from 255 or 59.69% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 117 - color contains mainly: green. Hex color #20752F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20752F is #DF8AD0. Grayscale: #535353. Windows color (decimal): -14650065 or 3110176. OLE color: 3110176.

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

Color convert

RGB 32 117 47 -
CMYK 0.73 0 0.60 0.54
HSL 130.59º 0.57% 0.29% -
HSV(B) 130.59º 0.73% 0.46% -
XYZ 7.47 13.23 4.85 -
YUV 83.61 107.34 91.19 -
System Red Green Blue C M Y K H S L
Decimal 32 117 47 0.73 0 0.60 0.54 130.59 0.57 0.29
Hex 20 75 2F 49 0 3C 36 83 39 1D
Octal 40 165 57 111 0 74 66 203 71 35
Binary 100000 1110101 101111 1001001 0 111100 110110 10000011 111001 11101

Color Harmonies of #20752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20752F

Black with #20752F

Text Example


Text Example

White with #20752F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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