Html Css Color HEX #20752D San Felix

📋 copy color: '#20752D'

red 32 ◦ green 117 ◦ blue 45

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

Shades of San Felix #20752D

Tints of San Felix #20752D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.2%

R = 16.49%
G = 60.31%
B = 23.2%

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

#20752D (or 0x20752D) is known color: San Felix. HEX triplet: 20, 75 and 2D. RGB value is (32,117,45). Sum of RGB (Red+Green+Blue) = 32+117+45=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 117 (46.09% from 255 or 60.31% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 117 - color contains mainly: green. Hex color #20752D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20752D is #DF8AD2. Grayscale: #535353. Windows color (decimal): -14650067 or 2979104. OLE color: 2979104.

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

Color convert

RGB 32 117 45 -
CMYK 0.73 0 0.62 0.54
HSL 129.18º 0.57% 0.29% -
HSV(B) 129.18º 0.73% 0.46% -
XYZ 7.43 13.22 4.64 -
YUV 83.38 106.34 91.35 -
System Red Green Blue C M Y K H S L
Decimal 32 117 45 0.73 0 0.62 0.54 129.18 0.57 0.29
Hex 20 75 2D 49 0 3E 36 81 39 1D
Octal 40 165 55 111 0 76 66 201 71 35
Binary 100000 1110101 101101 1001001 0 111110 110110 10000001 111001 11101

Color Harmonies of #20752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20752D

Black with #20752D

Text Example


Text Example

White with #20752D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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