Html Css Color HEX #20712F San Felix

📋 copy color: '#20712F'

red 32 ◦ green 113 ◦ blue 47

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

Shades of San Felix #20712F

Tints of San Felix #20712F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 58.85%

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

R = 16.67%
G = 58.85%
B = 24.48%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#20712F (or 0x20712F) is known color: San Felix. HEX triplet: 20, 71 and 2F. RGB value is (32,113,47). Sum of RGB (Red+Green+Blue) = 32+113+47=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 113 (44.53% from 255 or 58.85% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 113 - color contains mainly: green. Hex color #20712F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20712F is #DF8ED0. Grayscale: #515151. Windows color (decimal): -14651089 or 3109152. OLE color: 3109152.

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

Color convert

RGB 32 113 47 -
CMYK 0.72 0 0.58 0.56
HSL 131.11º 0.56% 0.28% -
HSV(B) 131.11º 0.72% 0.44% -
XYZ 7.01 12.32 4.7 -
YUV 81.26 108.66 92.87 -
System Red Green Blue C M Y K H S L
Decimal 32 113 47 0.72 0 0.58 0.56 131.11 0.56 0.28
Hex 20 71 2F 48 0 3A 38 83 38 1C
Octal 40 161 57 110 0 72 70 203 70 34
Binary 100000 1110001 101111 1001000 0 111010 111000 10000011 111000 11100

Color Harmonies of #20712F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20712F

Black with #20712F

Text Example


Text Example

White with #20712F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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