Html Css Color HEX #20702D San Felix

📋 copy color: '#20702D'

red 32 ◦ green 112 ◦ blue 45

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

Shades of San Felix #20702D

Tints of San Felix #20702D

RGB

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

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

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

R = 16.93%
G = 59.26%
B = 23.81%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#20702D (or 0x20702D) is known color: San Felix. HEX triplet: 20, 70 and 2D. RGB value is (32,112,45). Sum of RGB (Red+Green+Blue) = 32+112+45=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 112 (44.14% from 255 or 59.26% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 112 - color contains mainly: green. Hex color #20702D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20702D is #DF8FD2. Grayscale: #505050. Windows color (decimal): -14651347 or 2977824. OLE color: 2977824.

HSL color Cylindrical-coordinate representation of color #20702D: hue angle of 129.75º 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 #20702D is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 112 45 -
CMYK 0.71 0 0.60 0.56
HSL 129.75º 0.56% 0.28% -
HSV(B) 129.75º 0.71% 0.44% -
XYZ 6.86 12.08 4.45 -
YUV 80.44 108 93.45 -
System Red Green Blue C M Y K H S L
Decimal 32 112 45 0.71 0 0.60 0.56 129.75 0.56 0.28
Hex 20 70 2D 47 0 3C 38 82 38 1C
Octal 40 160 55 107 0 74 70 202 70 34
Binary 100000 1110000 101101 1000111 0 111100 111000 10000010 111000 11100

Color Harmonies of #20702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20702D

Black with #20702D

Text Example


Text Example

White with #20702D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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