Html Css Color HEX #20742B San Felix

📋 copy color: '#20742B'

red 32 ◦ green 116 ◦ blue 43

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

Shades of San Felix #20742B

Tints of San Felix #20742B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 60.73%

 BLUE value IS 43 (17.19% from 255) = 22.51%

R = 16.75%
G = 60.73%
B = 22.51%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#20742B (or 0x20742B) is known color: San Felix. HEX triplet: 20, 74 and 2B. RGB value is (32,116,43). Sum of RGB (Red+Green+Blue) = 32+116+43=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 116 (45.70% from 255 or 60.73% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 116 - color contains mainly: green. Hex color #20742B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20742B is #DF8BD4. Grayscale: #525252. Windows color (decimal): -14650325 or 2847776. OLE color: 2847776.

HSL color Cylindrical-coordinate representation of color #20742B: hue angle of 127.86º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #20742B is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 116 43 -
CMYK 0.72 0 0.63 0.55
HSL 127.86º 0.57% 0.29% -
HSV(B) 127.86º 0.72% 0.45% -
XYZ 7.28 12.97 4.41 -
YUV 82.56 105.67 91.94 -
System Red Green Blue C M Y K H S L
Decimal 32 116 43 0.72 0 0.63 0.55 127.86 0.57 0.29
Hex 20 74 2B 48 0 3F 37 80 39 1D
Octal 40 164 53 110 0 77 67 200 71 35
Binary 100000 1110100 101011 1001000 0 111111 110111 10000000 111001 11101

Color Harmonies of #20742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20742B

Black with #20742B

Text Example


Text Example

White with #20742B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20742B; }

 p { color: rgb(32,116,43); }

 H1.HeaderClassName
 {
   color: #20742B;
 }
 .AnyTagClassName
 {
   color: #20742B;
 }
</style>

background-color css

<style>
 a { background-color: #20742B; }

 a { background-color: rgb(32,116,43); }

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

border-color css

<style>
 span { border-color: #20742B; }

 span { border-color: rgb(32,116,43); }

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