Html Css Color HEX #20702E San Felix

📋 copy color: '#20702E'

red 32 ◦ green 112 ◦ blue 46

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

Shades of San Felix #20702E

Tints of San Felix #20702E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 58.95%

 BLUE value IS 46 (18.36% from 255) = 24.21%

R = 16.84%
G = 58.95%
B = 24.21%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#20702E (or 0x20702E) is known color: San Felix. HEX triplet: 20, 70 and 2E. RGB value is (32,112,46). Sum of RGB (Red+Green+Blue) = 32+112+46=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 112 (44.14% from 255 or 58.95% from 190); Blue value is 46 (18.36% from 255 or 24.21% from 190); Max value from RGB is 112 - color contains mainly: green. Hex color #20702E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20702E is #DF8FD1. Grayscale: #505050. Windows color (decimal): -14651346 or 3043360. OLE color: 3043360.

HSL color Cylindrical-coordinate representation of color #20702E: hue angle of 130.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20702E is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 112 46 -
CMYK 0.71 0 0.59 0.56
HSL 130.5º 0.56% 0.28% -
HSV(B) 130.5º 0.71% 0.44% -
XYZ 6.88 12.09 4.56 -
YUV 80.56 108.5 93.37 -
System Red Green Blue C M Y K H S L
Decimal 32 112 46 0.71 0 0.59 0.56 130.5 0.56 0.28
Hex 20 70 2E 47 0 3B 38 82 38 1C
Octal 40 160 56 107 0 73 70 202 70 34
Binary 100000 1110000 101110 1000111 0 111011 111000 10000010 111000 11100

Color Harmonies of #20702E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20702E

Black with #20702E

Text Example


Text Example

White with #20702E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20702E; }

 p { color: rgb(32,112,46); }

 H1.HeaderClassName
 {
   color: #20702E;
 }
 .AnyTagClassName
 {
   color: #20702E;
 }
</style>

background-color css

<style>
 a { background-color: #20702E; }

 a { background-color: rgb(32,112,46); }

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

border-color css

<style>
 span { border-color: #20702E; }

 span { border-color: rgb(32,112,46); }

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